Search found 6 matches

by ponkie
Sat Aug 10, 2019 3:33 pm
Forum: Support
Topic: Cannot start cfclient on mac
Replies: 7
Views: 3375

Re: Cannot start cfclient on mac

I have located the origin of the error in the git history to commit 2abd845a152bdfcc28db625ca617beac9ba04be2 with commit message is "All statuses are set through properties & signals". I will stop searching here, maybe someone with more insight into the code can figure it out :). Befor...
by ponkie
Sat Aug 10, 2019 2:34 pm
Forum: Support
Topic: Cannot start cfclient on mac
Replies: 7
Views: 3375

Re: Cannot start cfclient on mac

If I remove the QualisysTab from the __init__.py I can launch fine. Maybe it is a problem with space or arranging the tabs (I don't know anything about qt). What is in the QualisysTab?

EDIT: I see the tab is about the motion capuring system. I can live without it for now :)
by ponkie
Sat Aug 10, 2019 2:26 pm
Forum: Support
Topic: Cannot start cfclient on mac
Replies: 7
Views: 3375

Re: Cannot start cfclient on mac

Changing the order of installation didn't help :/
by ponkie
Sat Aug 10, 2019 2:16 pm
Forum: Support
Topic: Cannot start cfclient on mac
Replies: 7
Views: 3375

Re: Cannot start cfclient on mac

I think I did the opposite order, I can try again and see if it helps
by ponkie
Thu Aug 08, 2019 1:48 pm
Forum: Support
Topic: Cannot start cfclient on mac
Replies: 7
Views: 3375

Re: Cannot start cfclient on mac

By installing with

Code: Select all

pip3 install cfclient
instead of

Code: Select all

pip3 install -e .
I get it to work. I guess I will have to do without playing with the source code for now :)
by ponkie
Thu Aug 08, 2019 11:30 am
Forum: Support
Topic: Cannot start cfclient on mac
Replies: 7
Views: 3375

Cannot start cfclient on mac

Hi, I am trying to start cfclient on mac. Installation seemed to go well using homebrew, but when I try to start using cfclient I get the following error: AttributeError: __getattribute__ The above exception was the direct cause of the following exception: Traceback (most recent call last): File &qu...