py2exe and multiple PyOpenGL __init___.pyd files

Carl Pearson carl.a.pearson at boeing.com
Fri Feb 28 17:46:17 EST 2003


I've run into a problem using py2exe to create a PyOpenGL executable.  
OpenGL.GL, OpenGL.GLU and OpenGL.WGL each have a __init___.pyd file.  
py2exe copies all the required .pyd files to the distribution directory, 
so of course the first two __init___.pyd files get overwritten.  
Is there a solution for this?




More information about the Python-list mailing list