I have a very basic question? What do I need to know to be able to create a simple OpenGL (ES2 or whatever) application with PySide 0.2.3 and Qt 4.6? What I need is just 'hello world' level information
Currently I have Pyside 0.2.3 installed and working with Qt 4.6, which is verified with non-OpenGL applications. However, when I try to say "from OpenGL import GL", the Python claims I have no such library installed. Should I even try to import OpenGL? Should I import something else? Should I apt-get install some library other than 'pyside-qt4-opengl' or 'libqt4-maemo5-opengl' because those I already have?


Reply With Quote


