[Bug 941826] Re: PyQt cannot compile shaders with Ubuntu's Nvidia drivers
B Clausius
barcc at gmx.de
Tue Aug 12 18:39:12 UTC 2014
Thanks Peter Würtz! So it seems the workaround can be simplified to
import ctypes
ctypes.CDLL('libGL.so.1', ctypes.RTLD_GLOBAL)
or
import ctypes.util
ctypes.CDLL(ctypes.util.find_library('GL'), ctypes.RTLD_GLOBAL)
--
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to python-qt4 in Ubuntu.
https://bugs.launchpad.net/bugs/941826
Title:
PyQt cannot compile shaders with Ubuntu's Nvidia drivers
To manage notifications about this bug go to:
https://bugs.launchpad.net/nvidia-drivers-ubuntu/+bug/941826/+subscriptions
More information about the kubuntu-bugs
mailing list