SFML community forums
Bindings - other languages => Python => Topic started by: capac on August 20, 2010, 07:42:44 am
-
I was using the package for python 2.7 but it crashed python with an error on ntdll.dll, so I recompiled the package with Visual Studio Express 2008 (*). You can get it here:
http://www.mediafire.com/?k2ibk2w84itb6ki
By the way, how can I compile it for 64-bit Python? I had to install 32-bit Python on my machine to make it work.
Cheers, and thanks for this awesome library.
(*) as far as I know python libraries have to be compiled with the same version as python itself (on windows it's vs2008), is the package in the download section compiled with mingw? maybe that's why it crashes.
-
I think you should ask svenstaro about that, he built the PySFML 1.6 package.
-
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.