2
« on: June 13, 2009, 09:42:35 pm »
I am having trouble getting PySFML to work.
I am using python 3.0 on windows. I have tried to install PySFML from both development files and the SDK. After adding the development files to the correct directories and typing from PySFML import sf
I get an error message saying
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
from PySFML import sf
ImportError: DLL load failed: The specified module could not be found.
The module sf.pyd is in the correct directory yet python cannot find it.
I have also tried to install from the SDK. I get this error message.
running install
running build
running build_py
running build_ext
building 'PySFML.sf' extension
c:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W
3 /GS- /DNDEBUG -I../include -IC:\Python30\include -IC:\Python30\PC /Tpsrc/Clock
.cpp /Fobuild\temp.win32-3.0\Release\src/Clock.obj
Clock.cpp
c:\documents and settings\andrew\my documents\downloads\sfml-1.5-python-sdk\sfml
-1.5\python\src\Clock.hpp(30) : fatal error C1083: Cannot open include file: 'SF
ML/System/Clock.hpp': No such file or directory
error: command '"c:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.exe"' fa
iled with exit status 2
If anyone could tell me where I've gone wrong I would greatly appreciate it.