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

Re: [pygame] PY2EXE and Modules



Bruce asked about py2exe:

>     Does anyone know of a tutorial or explanation of the commands and
> where
> they are used?

I assume you've already grabbed the sample from the PyGame Wiki:
http://www.pygame.org/wiki/WindowsExecutables_Py2Exe

Are you having trouble with importing modules? Py2Exe has a pass where it
determines dependencies, which in my experience just works.


-Dave LeCompte