[PyOpenGL-Users] py2exe and egg
Brought to you by:
mcfletch
From: altern <al...@gm...> - 2007-11-13 17:23:38
|
hi My old py2exe script to create standlone PyOpenGL apps has stoped working since I started using pyopengl3. As far as I can see the reason is that it is installed as an egg and not as a directory. My bet was that I had to exclude OpenGL and manually uncompress the egg and copy the OpenGL folder to the standalone dist folder but this did not work for me. Is there an example or documentation I could check? I have been trying to find how to do this, I saw some posts in the list, but I think it would be good to have a simple and clear recipe of how to deal with this. I would be happy to produce it, if I find the solution. thanks! enrike |