Yifei Li píše v Út 17. 04. 2012 v 21:43 -0400: > Here is a small example to reproduce the error: > > from PyQt4 import QtGui, QtCore from OpenGL.GL import * from > OpenGL.GLU import * > > import sys > > def main(): app = QtGui.QApplication(sys.argv) window = > QtGui.QMainWindow() window.show() sys.exit(app.exec_()) > > if __name__ == '__main__': main()
this example works for me on win7 64bit python 2.7 pyopengl 3.0.1. How to set up the environment to reproduce your error? -- 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.
