ukoethe / vigra

a generic C++ library for image analysis
http://ukoethe.github.io/vigra/
Other
406 stars 191 forks source link

Error on attempting to import vigra.pyqt #539

Open DManowitz opened 1 year ago

DManowitz commented 1 year ago

When I attempt to import vigra.pyqt, I get the following error:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "...\lib\site-packages\vigra\pyqt\__init__.py", line 36, in <module>
    import quickdialog
ModuleNotFoundError: No module named 'quickdialog'
k-dominik commented 11 months ago

Hi @DManowitz,

thank you very much!

It looks like these parts of vigra have to be ported both to Python3 (relative imports) and support at least PyQt5 (in the code it is still using PyQt4 which is severely outdated).