Open-MSS / fs_filepicker

QT file picker (Open|Save|GetDirectory) for accessing a pyfilesystem2
https://github.com/Open-MSS/fs_filepicker
Apache License 2.0
8 stars 7 forks source link

update to newer pyQT, QT version #35

Open ReimarBauer opened 1 year ago

ReimarBauer commented 1 year ago

Description

We pinned pyqt >=5, <5.13 and qt >=5.10, <5.13 because of https://github.com/Open-MSS/fs_filepicker/issues/32

Changes

We want to release the pinning. This will either need a refactoring on our site or we found a problem on QT itselfs and have to report it there.

How to test

install the newest pyqt version and run the tests

ReimarBauer commented 1 year ago

When it is possible to create a small example to trigger this problem we should have a good chance to get it upstream fixed

ReimarBauer commented 1 year ago

related to MSS too https://github.com/Open-MSS/MSS/issues/1467