Yifei Li píše v Čt 19. 04. 2012 v 23:13 -0400: > > I switched to another Windows PC and did not have the same error. I > compared the contents of 'dist' and found the following libraries show > up on the VM but not the other PC: > > OpenGL_accelerate.arraydatatype.pyd > OpenGL_accelerate.errorchecker.pyd OpenGL_accelerate.latebind.pyd > OpenGL_accelerate.nones_formathandler.pyd > > OpenGL_accelerate.vbo.pyd OpenGL_accelerate.wrapper.pyd > > PyOpenGL_accelerate is installed on the VM but not on the real PC. > > Yifei
Please try to add modules from OpenGL_accelerate to the list of hidden imports like it is in the PyOpenGL hook - file ./PyInstaller/hooks/hook-OpenGL.py And let us know if it works. -- 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.
