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

Pages: [1]
1
Python / Problems installing.
« on: December 29, 2009, 11:27:14 pm »
I have followed the wiki tutorial exactly, but I get an error when I enter the command python setup.py build.


Code: [Select]
C:\Documents and Settings\Owner\My Documents\SFML-1.5\python>python setup.py bui
ld
running build
running build_py
creating build
creating build\lib.win32-2.5
creating build\lib.win32-2.5\PySFML
copying PySFML\__init__.py -> build\lib.win32-2.5\PySFML
running build_ext
error: Python was built with Visual Studio 2003;
extensions must be built with a compiler than can generate compatible binaries.
Visual Studio 2003 was not found on this system. If you have Cygwin installed,
you can try compiling with MingW32, by passing "-c mingw32" to setup.py.

Pages: [1]