[PyQt] After update Linux Debian get "shader compilation failed"

Florian Bruhin me at the-compiler.org
Tue Mar 20 22:07:20 GMT 2018


On Tue, Mar 20, 2018 at 09:49:56PM +0000, Starglider Developer wrote:
> Great!
> Now works in Debian but not in Windows, but is better than not working in
> Debian.

Ah, right - you only need to do that on Linux. So move it to some
conditional "if sys.platform.startswith('linux'):" block and you should
be fine.

(or alternatively, catch whatever exception you get from ctypes)

> Thank you.

You're welcome!

Florian

-- 
https://www.qutebrowser.org | me at the-compiler.org (Mail/XMPP)
   GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc
         I love long mails! | https://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20180320/ff577ac1/attachment.sig>


More information about the PyQt mailing list