Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Error on attempting to import vigra.pyqt #539

Open
DManowitz opened this issue Apr 18, 2023 · 1 comment
Open

Error on attempting to import vigra.pyqt #539

DManowitz opened this issue Apr 18, 2023 · 1 comment

Comments

@DManowitz
Copy link

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
Copy link
Collaborator

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).

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

3 participants