4
« on: February 13, 2013, 09:27:35 pm »
When trying to launch pysfml-pong, I get this error message:
Traceback (most recent call last):
File "pong.py", line 16, in <module>
import sfml as sf
File "/usr/lib/python3.2/dist-packages/sfml/__init__.py", line 13, in <module>
from sfml.graphics import *
ImportError: /usr/lib/python3.2/dist-packages/sfml/graphics.cpython-32mu.so: undefined symbol: _ZN2sf4Font14getDefaultFontEv
I get the same kind of error when using pysfml with Python 2.7 :
ImportError: /usr/lib/python2.7/dist-packages/sfml/graphics.so: undefined symbol: _ZN2sf4Font14getDefaultFontEv