Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Package for python2.7 crashes here's one that works  (Read 5078 times)

0 Members and 1 Guest are viewing this topic.

capac

  • Newbie
  • *
  • Posts: 1
    • View Profile
Package for python2.7 crashes here's one that works
« 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.

Tank

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1486
    • View Profile
    • Blog
    • Email
Package for python2.7 crashes here's one that works
« Reply #1 on: August 21, 2010, 05:25:24 pm »
I think you should ask svenstaro about that, he built the PySFML 1.6 package.

Solved

  • Newbie
  • *
  • Posts: 2
    • View Profile
Package for python2.7 crashes here's one that works
« Reply #2 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.

 

anything