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

Client not working with pyqt5 5.14.1 #386

Closed
krichardsson opened this issue Feb 3, 2020 · 0 comments
Closed

Client not working with pyqt5 5.14.1 #386

krichardsson opened this issue Feb 3, 2020 · 0 comments
Milestone

Comments

@krichardsson
Copy link
Contributor

Os: OSX (10.15.2)
Python version: 3.7.3

It seems as the client does not start with the latest pyqt5 version (pyqt5-5.14.1). It does work on 5.13.0 though.

Traceback (most recent call last): File "/Users/kristoffer/.pyenv/versions/3.7.3/bin/cfclient", line 11, in <module> load_entry_point('cfclient', 'console_scripts', 'cfclient')() File "/Users/kristoffer/code/bitcraze/crazyflie-clients-python/src/cfclient/gui.py", line 159, in main main_window = MainUI() File "/Users/kristoffer/code/bitcraze/crazyflie-clients-python/src/cfclient/ui/main.py", line 201, in __init__ self._mux_group = QActionGroup(self._menu_inputdevice, exclusive=True) TypeError: 'exclusive' is an unknown keyword argument

Workaround: Install pyqt5 5.13.0

pip uninstall pyqt5

pip install pyqt5==5.13
krichardsson added a commit that referenced this issue Feb 5, 2020
… and the "exclusive" parameter has been replaced. Using setExclusive() instead that seems to exist in booth older and newer versions.
@krichardsson krichardsson added this to the next-release milestone Feb 5, 2020
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

1 participant