Re: pyopengl and py2exe

2005-03-22 Thread woodsman
You excluded them, so they're going to be missing as far as it is concerned. When you copy the OpenGL directory as per the instructions, it should work fine. Does it? -- http://mail.python.org/mailman/listinfo/python-list

pyopengl and py2exe

2005-03-21 Thread Kirill Kuvaldin
Hello All! My program in python uses PyOpenGL and I need to convert it to a standalone windows executable file. Following to these instructions (http://pyopengl.sourceforge.net/documentation/py2exe.html) I've put PyOpenGL package to a directory where my program was placed. and run the script: