1
Python / Having trouble getting PySFML to work
« on: June 24, 2009, 05:33:23 pm »
It works! Awesome, thanks.
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.
Well I need to recompile properly those DLLs. The fact is I don't have windows anymore but I'll try to compile it with wine under linux.
Edit : I recompiled and uploaded the dlls here : http://download.tuxfamily.org/remi/python/pysfml_test/. Can you try and tell me if it works for you ? It works with wine but I would like to know if it works with a real windows install.
C:\Russ\development\python\sfml>python test.py
Traceback (most recent call last):
File "test.py", line 2, in <module>
from PySFML import sf
ImportError: DLL load failed: The specified module could not be found.
C:\Russ\development\python\sfml>python test.py
Traceback (most recent call last):
File "test.py", line 2, in <module>
from PySFML import sf
ImportError: DLL load failed: The specified module could not be found.
C:\Russ\development\python\sfml>python test.py
Traceback (most recent call last):
File "test.py", line 2, in <module>
from PySFML import sf
ImportError: DLL load failed: The specified procedure could not be found.