I have sfml2.1 and cython 0.19.1 and trying to install pysfml v.1.3, it seems to install but then I get this error when trying to import sfml:
>>> import sfml
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/site-packages/sfml/__init__.py", line 12, in <module>
from sfml.window import *
ImportError: dlopen(/usr/local/lib/python2.7/site-packages/sfml/window.so, 2): Symbol not found: __ZN2sf6StringC1EPKcRKSt6locale
Referenced from: /usr/local/lib/python2.7/site-packages/sfml/window.so
Expected in: flat namespace
in /usr/local/lib/python2.7/site-packages/sfml/window.so
no idea where to start troubleshooting this