-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Description
I compiled pysfml with the fix PR #120. I'm also trying this with the latest development version of SFML (which might be the problem). There were no compile errors during setup.py
. I get the following error upon running an example:
user@machine:~/src/python-sfml/examples/pong$ python pong.py
Traceback (most recent call last):
File "pong.py", line 6, in <module>
from sfml import sf
File "/home/user/src/python-sfml/build/lib.linux-x86_64-2.7/sfml/__init__.py", line 1, in <module>
import sfml.system
ImportError: /home/user/src/python-sfml/build/lib.linux-x86_64-2.7/sfml/system.so: undefined symbol: _Z14Time_div_floatN2sf4TimeEf
I've never used Cython before, what are some things I can do to attempt to diagnose this issue?
Metadata
Metadata
Assignees
Labels
No labels