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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - reaverdeath101

Pages: [1]
1
Python / Re: installing python-sfml on osx 10.8
« on: August 27, 2013, 05:03:00 pm »
sorry, yeah, now it works :)

2
Python / Re: installing python-sfml on osx 10.8
« on: August 27, 2013, 09:37:52 am »
Thanks. I've changed to sfml 2.0 but am still getting the error though :S

3
Python / [Solved] installing python-sfml on osx 10.8
« on: August 26, 2013, 06:53:09 am »
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 :(

Pages: [1]
anything