Open felipesanches opened 3 years ago
I was getting an error when trying to run it with python qapplication.py inside a py3 virtualenv on Debian 10.
python qapplication.py
I did something nasty that "forced it" to work: root@pluto:~# cp /usr/lib/x86_64-linux-gnu/libxcb-util.so.{0,1}
root@pluto:~# cp /usr/lib/x86_64-linux-gnu/libxcb-util.so.{0,1}
There should be a more straightforward way to run it without ugly hacks though...
This appears to be a Debian 10/Qt specific bug: https://bugreports.qt.io/browse/QTBUG-88688
I was getting an error when trying to run it with
python qapplication.py
inside a py3 virtualenv on Debian 10.I did something nasty that "forced it" to work:
root@pluto:~# cp /usr/lib/x86_64-linux-gnu/libxcb-util.so.{0,1}
There should be a more straightforward way to run it without ugly hacks though...