[PyQt] Fwd: [Bug 1241988] [NEW] All pyqt5 quick examples fails with shader program link error

pwuertz pwuertz at gmail.com
Thu Jan 9 14:39:26 GMT 2014


Hans-Peter Jansen-2 wrote
> My humble guess: it's something related to using the "right" library
> version. 
> IIRC, GL libs are loaded dynamically, and distributions usually have a
> update 
> directory with preferred libs (similar to kernel modules). Hence, some
> load 
> order issue might arise. Python does its own lib handling, too, which
> might 
> interfere and explain the difference with the C++ version..

Your guess seems to be right! The shader creation problem completely
vanishes when importing PyOpenGL additionally to PyQt. It doesn't even
matter if it's imported before or after PyQt, just before creating the first
shader.




--
View this message in context: http://python.6.x6.nabble.com/Fwd-Bug-1241988-NEW-All-pyqt5-quick-examples-fails-with-shader-program-link-error-tp5037157p5043624.html
Sent from the PyQt mailing list archive at Nabble.com.


More information about the PyQt mailing list