Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: 1.6 python release?  (Read 6695 times)

0 Members and 1 Guest are viewing this topic.

christoph

  • Full Member
  • ***
  • Posts: 102
    • View Profile
    • http://www.christoph-egger.org
1.6 python release?
« on: April 10, 2010, 12:53:55 pm »
Hi all!

the python binding for 1.5 doesn't build against 1.6. is there a chance of seeing a 1.6 python binding soon?If it's all that is needed I can of course prepare a patch to make it build again (1.6 doesn't introduce new stuff the binding needs to forward, right?)

Kaoron

  • Full Member
  • ***
  • Posts: 156
    • View Profile
1.6 python release?
« Reply #1 on: April 10, 2010, 05:04:11 pm »
trunk is ok, you should go for it.

Svenstaro

  • Full Member
  • ***
  • Posts: 222
    • View Profile
1.6 python release?
« Reply #2 on: May 28, 2010, 12:39:08 pm »
Laurent posted my new PySFML 1.6 packages. Let me know if stuff is going wrong.

fragged

  • Newbie
  • *
  • Posts: 3
    • View Profile
1.6 python release?
« Reply #3 on: June 19, 2010, 06:11:40 pm »
Getting 'ImportError: /usr/lib64/python2.6/site-packages/PySFML/sf.so: undefined symbol: _ZNK2sf5Image12GetTexCoordsERKNS_4RectIiE' from Python 2.6 and 3.1, under Gentoo X86_64...

Installed the package fresh,  so may be something I've done wrong, is anyone else getting this error?

Svenstaro

  • Full Member
  • ***
  • Posts: 222
    • View Profile
1.6 python release?
« Reply #4 on: June 19, 2010, 06:17:44 pm »
Assuming you just compiled SFML 1.6 and PySFML 1.6 against each other, everything should be working smoothly. Were there any errors while making PySFML?

fragged

  • Newbie
  • *
  • Posts: 3
    • View Profile
1.6 python release?
« Reply #5 on: June 20, 2010, 07:13:00 am »
There were no errors while compiling PySFML or SFML itself, interestingly enough on further investigation a few of the sample programs with SFML segfault (but not all) so I'm gonna guess its something to do with my system..

Admittedly, I dont know a whole lot about Gentoo, I had a look at some of the ebuilds on their portage bugtraq, seems that SFML brings packages to resolve many of the dependencies itself, which is not really the gentoo way.. I'll mess around with the 1.4 ebuild see if I can get it to work with 1.6 when I get more time (Uni exams in a week :P)

Svenstaro

  • Full Member
  • ***
  • Posts: 222
    • View Profile
1.6 python release?
« Reply #6 on: June 20, 2010, 02:36:03 pm »
You should just take the source packages provided on this page for now. Gentoo tends to ship really old software.

 

anything