You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After having solved problem #132 (so reverted to commit 8d2f0a7), I cannot load pysfml anymore, due to an apparent linkage error:
Python 3.5.2 (default, Jul 5 2016, 11:33:36)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sfml
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.5/dist-packages/sfml/__init__.py", line 3, in <module>
import sfml.graphics
ImportError: /usr/local/lib/libsfml-graphics.so.2.3: undefined symbol: __cpu_model
>>>
This is Debian 9 (stretch) speaking, up-to-date, with the latest version of SFML compiled from its github repo. Do you think the problem comes from pysfml or from SFML library?
The text was updated successfully, but these errors were encountered:
After having solved problem #132 (so reverted to commit 8d2f0a7), I cannot load
pysfml
anymore, due to an apparent linkage error:This is Debian 9 (stretch) speaking, up-to-date, with the latest version of SFML compiled from its github repo. Do you think the problem comes from
pysfml
or fromSFML
library?The text was updated successfully, but these errors were encountered: