after i download everything i need. i run the pygame setup from python. But when i run it an error shows up
can anyone explain the error. is there anything i might need to download?
thanks! :)
Code:
No Arguments Given, Perform Default Install? [Y/n]y
WARNING, DLL for SDL library not found.
running install
running build
running build_py
running build_ext
building 'pygame._numericsurfarray' extension
Traceback (most recent call last):
File "C:\Python25\Lib\site-packages\pygame-1.8.0release\setup.py", line 232, in <module>
setup(**PACKAGEDATA)
File "C:\Python25\lib\distutils\core.py", line 168, in setup
raise SystemExit, "error: " + str(msg)
SystemExit: error: Python was built with Visual Studio version 7.1, and extensions need to be built with the same version of the compiler, but it isn't installed.
can anyone explain the error. is there anything i might need to download?
thanks! :)
Comment