Cannot start cfclient on mac
Posted: Thu Aug 08, 2019 11:30 am
				
				Hi,
I am trying to start cfclient on mac. Installation seemed to go well using homebrew, but when I try to start using I get the following error:
Any idea how I should continue debugging this?
Thanks,
Pontus
			I am trying to start cfclient on mac. Installation seemed to go well using homebrew, but when I try to start using
Code: Select all
cfclientCode: Select all
AttributeError: __getattribute__
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
  File "/usr/local/bin/cfclient", line 11, in <module>
    load_entry_point('cfclient', 'console_scripts', 'cfclient')()
  File "/Users/kielen/Documents/crazyflie-clients-python/src/cfclient/gui.py", line 159, in main
    main_window = MainUI()
  File "/Users/kielen/Documents/crazyflie-clients-python/src/cfclient/ui/main.py", line 324, in __init__
    tab = tabClass(self.tabs, cfclient.ui.pluginhelper)
  File "/Users/kielen/Documents/crazyflie-clients-python/src/cfclient/ui/tabs/QualisysTab.py", line 182, in __init__
    self.setupUi(self)
  File "<string>", line 385, in setupUi
SystemError: <built-in function connectSlotsByName> returned a result with an error setThanks,
Pontus