Search found 6 matches
- Thu Jul 21, 2016 3:46 pm
- Forum: Support
- Topic: PyQT error: building Mac cfclient
- Replies: 9
- Views: 7681
Re: PyQT error: building Mac cfclient
My packages look substantially the same. Output below in case I've missed something. However . . . can you please advise on the message after the Caveats for both of these. It makes a reference to the Python.sys path, but specifically for Python 2.7, and I know we need to be synced up with python 3....
- Wed Jul 20, 2016 9:53 pm
- Forum: Support
- Topic: PyQT error: building Mac cfclient
- Replies: 9
- Views: 7681
Re: PyQT error: building Mac cfclient
$ pip3 uninstall cfclient Uninstalling cfclient-2016.4.1: /usr/local/lib/python3.5/site-packages/cfclient.egg-link Proceed (y/n)? y Successfully uninstalled cfclient-2016.4.1 $ ls /usr/local/bin/cfclient ls: /usr/local/bin/cfclient: No such file or directory $ pip3 install cfclient Collecting cfclie...
- Wed Jul 20, 2016 9:27 pm
- Forum: Support
- Topic: PyQT error: building Mac cfclient
- Replies: 9
- Views: 7681
Re: PyQT error: building Mac cfclient
Sorry. to install the client, I ran the following from the top level of the source distribution (the directory that contains setup.py, etc.) $ which pip3 /usr/local/bin/pip3 $ pip3 install -e . Obtaining file:///Users/georgemandella/Documents/personal/electronics/crazyflie/downloads/cfclient/cfclien...
- Wed Jul 20, 2016 9:08 pm
- Forum: Support
- Topic: PyQT error: building Mac cfclient
- Replies: 9
- Views: 7681
Re: PyQT error: building Mac cfclient
Thanks. I tried your suggestion and PyQt4 seems to be found: Georges-MacBook-Air:~ georgemandella$ python3 Python 3.5.2 (default, Jun 29 2016, 13:42:46) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin Type "help", "copyright", "credits" or "license...
- Sun Jul 17, 2016 2:37 pm
- Forum: Support
- Topic: PyQT error: building Mac cfclient
- Replies: 9
- Views: 7681
PyQT error: building Mac cfclient
Trying to build cfclient-2016.4.1 on - MacOS: Mavericks 10.9.5 Have followed all instructions but when I run /usr/local/bin/python3 /usr/local/bin/cfclient I get: INFO:cfclient.gui:Disabling STL printouts INFO:cfclient.gui:Foundation not found. Menu will show python as application name Traceback (mo...
- Thu Nov 07, 2013 11:13 pm
- Forum: Support
- Topic: cfclient 2013.4.1 writes buggy JSON file for input config
- Replies: 2
- Views: 3030
Re: cfclient 2013.4.1 writes buggy JSON file for input confi
For what it's worth, I'm experiencing a similar problem. Using cfclient 2013.4.1 to configure a PS3 controller results in the creation of a config.json file that seems unusable. I haven't investigated it thoroughly, but my sense is that the problem is with config.json ,not input/[profile].json. Woul...