
May 20th, 2004, 08:00 AM
|
|
Registered User
|
|
Join Date: May 2004
Posts: 7
Time spent in forums: 2 h 16 m 19 sec
Reputation Power: 0
|
|
|
yes of course the application works. I compiled applications with py2exe before, no problem, but they did not use pyOpenGL. But this one does. Also, regarding the examples provided by the pyopengl developers, I could not make it work when recompiling. Could it be a problem with the library.zip generated by py2exe ? In the given examples (made probably -my opinion- with another version of py2exe there is no library.zip). And it seems that my exe is looking for the resources there, not directly in the current folder. But as I can see, the zip is generated by py2exe with zlib and I would have to rebuild the archive again with zlib (including the OpenGL package) to make it work. I'll try this, eventually, but hope to find an easier way.
|