User Tools

Site Tools


doc:crazyflie:dev:env:windows

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
doc:crazyflie:dev:env:windows [2016-08-20 17:49]
theseankelly [PYQT4 for cfclient UI]
doc:crazyflie:dev:env:windows [2016-08-20 18:00]
theseankelly [SDL2.0]
Line 54: Line 54:
  
 Place the dll in the root of the crazyflie-clients-python folder you clone from git. Place the dll in the root of the crazyflie-clients-python folder you clone from git.
 +
 +Or, for a more global/permanent solution, drop the .dll in the system folder:
 +  * If you are on an x86 OS using x86 bits, put the .dll in c:\windows\system32
 +  * If you are on an amd64 OS using amd64 bits, put the .dll in c:\windows\system32
 +  * If you are on an amd64 OS using x86 bits, put the .dll in c:\windows\sysWOW64
 +  
  
 ====NumPy==== ====NumPy====
Line 71: Line 77:
 python3 -m pip install pyusb==1.0.0b2 pyzmq pysdl2 pyqtgraph python3 -m pip install pyusb==1.0.0b2 pyzmq pysdl2 pyqtgraph
 Python3 -m pip install <path to the NumPy .whl file you downloaded earlier</code> Python3 -m pip install <path to the NumPy .whl file you downloaded earlier</code>
 +
 +Note: In Cygwin, I've had trouble installing the NumPy .whl file from the /cygdrive mount point (aka /cygdrive/c/Users/username/Downloads/numpy.whl) and it complains about the file not existing. The solution to this is to copy the .whl file to somewhere in the Cygwin file system (like the home directory) and run the install command on that file instead.
  
 ======Setting up USB devices (CrazyRadio or Crazyflie via USB)====== ======Setting up USB devices (CrazyRadio or Crazyflie via USB)======
doc/crazyflie/dev/env/windows.txt · Last modified: 2021-06-24 16:54 by kimberly