Re: [PyOpenGL-Users] import dependencies mess with py2exe
Brought to you by:
mcfletch
From: Lorenzo M. <lma...@de...> - 2009-03-27 08:42:44
|
Faudot Timothe wrote: > 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. If aren't tied to py2exe for some reason, I suggest you to try PyInstaller (http://pyinstaller.python-hosting.com): some time ago I contributed the support for PyOpenGL >=3.0.0b6, which now should work with no manual intervention needed. PyOpenGL 2.x is also supported. Remember to checkout PyInstaller trunk: svn co http://svn.pyinstaller.python-hosting.com/trunk pyinstaller because the latest stable version (1.3) is really outdated. -- Lorenzo Mancini |