Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Import lantz issue pyqt #80

Open
kayfor2 opened this issue Jun 12, 2018 · 1 comment
Open

Import lantz issue pyqt #80

kayfor2 opened this issue Jun 12, 2018 · 1 comment

Comments

@kayfor2
Copy link

kayfor2 commented Jun 12, 2018

I use Anaconda 3.6 64 bit on windows, and I get the following error when I try to import lantz. Can you please help?

import lantz
Traceback (most recent call last):

File "", line 1, in
import lantz

File "C:\ProgramData\Anaconda3\lib\site-packages\lantz_init_.py", line 25, in
from .driver import Driver, Feat, DictFeat, Action, initialize_many, finalize_many

File "C:\ProgramData\Anaconda3\lib\site-packages\lantz\driver.py", line 19, in
from .utils.qt import MetaQObject, SuperQObject, QtCore

File "C:\ProgramData\Anaconda3\lib\site-packages\lantz\utils\qt.py", line 27, in
(QT_API, QT_API_PYSIDE, QT_API_PYQT, QT_MOCK))

RuntimeError: Invalid Qt API 'pyqt5', valid values are: 'pyside', 'pyqt', 'mock'

@vascotenner
Copy link

The current master branch does only support Qt4. It look like you have installed Qt5.

See also #79

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants