Search found 3 matches

by yeokiwi
Wed Jul 14, 2021 2:15 pm
Forum: Support
Topic: Cfclient installation issue
Replies: 7
Views: 6330

Re: Cfclient installation issue

I had this issue when installing on windows, I needed to change locopositioning_tab.py as well as lighthouse_tab.py from from PyQt5.QtGui import QMessageBox to from PyQt5.QtWidgets import QMessageBox Oh yes.. lighthouse_tab.py too. And yes, they are related. Windows is not the only problem here... ...
by yeokiwi
Sun Jul 11, 2021 6:22 am
Forum: Support
Topic: Cfclient installation issue
Replies: 7
Views: 6330

Re: Cfclient installation issue

After some troubleshooting, I need to edit the following in locopositioning_tab.py from PyQt5.QtGui import QMessageBox from PyQt5.QtGui import QLabel to from PyQt5.QtWidgets import QMessageBox from PyQt5.QtWidgets import QLabel for the cfclient to run. Apparently, it only happened on my newly instal...
by yeokiwi
Sun Jul 11, 2021 5:47 am
Forum: Support
Topic: Cfclient installation issue
Replies: 7
Views: 6330

Cfclient installation issue

Hi, I encountered the following error when I attempted to run cfclient. I followed the instructions in https://www.bitcraze.io/documentation/repository/crazyflie-clients-python/master/installation/install/#prerequisites-installation Whichever way, by running pip3 install cfclient or install from sou...