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

Re: [pygame] Pygame and PyOpenGL



There is a way to remove modules from py2exe.  Check out the
documentation for how it is done.

Maybe some of the modules you are including use those ones without you
knowing it.


On Mon, 14 Feb 2005 21:13:05 -0500, Kris Schnee <kschnee@xxxxxxxxxx> wrote:
> Bob Ippolito wrote:
> > PyOpenGL has a stupid "feature" that is incompatible with zip
> > packaging.  Simply patch the __init__.py such that it doesn't open that
> > dumb version file and your problems with it will go away.
> 
> Where is it?
> 
> Also, this library that gets built includes a lot of compiled Python
> files from my other projects -- stuff I wouldn't want to distribute! Is
> the compiler saying, "I can't be bothered figuring out which files are
> needed; I'll just include 'em all?"
> 
>