Re: otioview core dumps in v0.12.1
Gonzalo Garramuño
On 30/3/20 17:05, Joshua Minor wrote:
I get the following with PySide 5.11: ImportError: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version
`Qt_5.11' not found (required by
/home/gga/.local/lib/python2.7/site-packages/PySide2/libpyside2-python2.7.so.5.11) As I said, the problem seems Qt related more than PySide related. If I write a simple script, like: --- #!/usr/bin/python from PySide2 import * ----- I get the same error. It seems I would need a PySide2-5.0.9 to
make it work, but it no longer exists. With the list of PySide, I get: $ pip install PySide2==2.0 When I run it under python3.6, I get the core dump with PySide
5.11 or 5.12.
-- Gonzalo Garramuño |
|