[PyOpenGL-Users] import dependencies mess with py2exe
Brought to you by:
mcfletch
From: Faudot T. <fau...@la...> - 2009-03-26 03:00:26
|
Hello, I am using py2exe to create en executable of a wxpython application in which I use a glcanvas. My exe doesn't run for all the needed files are not included in the executable. After launching py2exe I get this message: The following modules appear to be missing ['OpenGL.platform.CurrentContextIsValid', 'OpenGL.platform.GL', 'OpenGL.platform .GLU', 'OpenGL.platform.GLUT', 'OpenGL.platform.GLUT_GUARD_CALLBACKS', 'OpenGL.p latform.PLATFORM', 'OpenGL.platform.createBaseFunction', 'OpenGL_accelerate.wrap per'] And when I look at the archive, yes that's true that in the "platform" folder of OpenGL for example there is only the __init__.pyc file And that's not the only issue, if I manually copy the missing files, I get another folder that's missing its files, it's never ending! Why is that?? I am using pyOpenGL3.0.0c1 , python2.5.2 , py2exe0.6.9, wxpython2.8.9.2 Thank you for your help! Tim |