Yifei Li píše v Čt 19. 04. 2012 v 14:23 -0400: > Hi, > > Could someone please look into this issue? Thanks > > Yifei
With the following code and OpenGL_accelerate installed ---- import logging logging.basicConfig() from OpenGL.GL import * ---- I've got some opengl warnings: WARNING:OpenGL.arrays.arraydatatype:Unable to load ArrayDatatype accelerator from OpenGL_accelerate WARNING:OpenGL.arrays.nones:Unable to load nones_formathandler accelerator from OpenGL_accelerate WARNING:OpenGL.arrays.numpymodule:Unable to load numpy_formathandler accelerator from OpenGL_accelerate It seems to me like some modules or libraries (dependencies) are missing for the accelerate modules. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
