[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] py2exe problem



Michael wrote:
I did some minor changes to my pygame program and now py2exe isn't working. When I try to run the compiled programm it gives me a Visual C++ runtime error and dies. All I changed was from event.wait() to event.poll() and using the before suggested tip on how to add borders to text.
i'd try enabling the "dos_console" variable so it prints errors. hopefully it will print something before crashing or aborting. with any luck the pygame parachute will give you a stack trace.

i can't imaging the font rendering is causing a crash, but then i don't think different event functions would do it either.