hjstn / miniDjiController

Python VJoy interface for Mavic Mini RC. Inspired (and with help from) Matsemann/mDjiController and slaterbbx/mDjiController.
Apache License 2.0
27 stars 12 forks source link

does this work on mac? gettin errors #7

Open noahzho opened 2 years ago

noahzho commented 2 years ago

Traceback (most recent call last): File "/Users/noah.zhou/Documents/djiminicontroller.py", line 8, in import serial, pyvjoy, argparse File "/Users/noah.zhou/Library/Python/3.8/lib/python/site-packages/pyvjoy/init.py", line 8, in import pyvjoy._sdk File "/Users/noah.zhou/Library/Python/3.8/lib/python/site-packages/pyvjoy/_sdk.py", line 8, in from ctypes import wintypes # Makes this lib work in Python36 File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/ctypes/wintypes.py", line 20, in class VARIANT_BOOL(ctypes._SimpleCData): ValueError: type 'v' not supported