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

Re: [pygame] py2exe problems



Ian Mallett wrote:
New problem.
My program (which only uses pygame) doesn't run when py2exe'd.  It says
something about not being able to find the surfarray module when the .exe is
run, but it closes almost instantly, so I can't really tell.  I upgraded to
pygame 1.8, if that makes a difference.


Run it from the command prompt, then you'll get to see the message.

py2exe has some facilities for forcing it to include modules.
gb