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 - Solved

Pages: [1]
1
Python / Package for python2.7 crashes here's one that works
« on: August 24, 2010, 11:09:07 am »
Yeah, the package for python 2.6 crashes as well, I assume they all do. The only way I could get my game to run on Windows Vista and Windows 7 was to put it in compatibility mode for Windows 98, glad to see it was an issue with the compile so it is something that can be easily fixed.

2
Python / Having trouble getting PySFML to work
« 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
Code: [Select]
from PySFML import sf I get an error message saying
Code: [Select]
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.
Code: [Select]
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.

Pages: [1]
anything