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.