[PyOpenGL-Users] py2exe stuff
Brought to you by:
mcfletch
|
From: . <rem...@gm...> - 2009-03-21 19:45:04
|
Well, I got past the 'win32' ImportError by adding 'OpenGL.platform.win32'
into the includes section of my custom py2exe setup.py...
But now I'm getting the following:
TypeError: ("No array-type handler for type <type 'str'> (value:
'\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\)
registered", <OpenGL.GL.images.ImageInputConverter object at 0x00978CB0>)
I read somewhere from Mike Fletcher that this has to do with the fact
PyOpenGL wasn't installed with setuptools but this is a py2exe setup here.
How should I proceed? Thanks!
|