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

Re: [pygame] py2exe problems



There is a way to tell py2exe to ignore modules.  Try using that.

Also have a look in the skellington frame work for its py2exe stuff:
http://media.pyweek.org/static/skellington-11.zip

cu,




On Jan 22, 2008 12:43 PM, Ian Mallett <geometrian@xxxxxxxxx> wrote:
> Hi,
>
> I've got a great new program, which I want to make available to people
> without python.  I'm compiling with py2exe.  It's an OpenGL program, but
> py2exe says it can't find OpenGL.GL or OpenGL.GLU, the two modules I'm
> using.  (In addition, pygame.movieext is missing, though I'm not using
> that).  How can I get the OpenGL modules?  The program runs fine, so I'm not
> missing OpenGL.  I installed OpenGL using easy_install.
>
> Thanks,
> Ian
>