-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
except COMError, err: SyntaxError: invalid syntax #102
Comments
Did you check #37?
I believe this is everything you need to do to get this code running on a modern Anaconda install. |
Traceback (most recent call last): i've done all the required installation, still ended up with that same error, even tried reinstalling everything related to PyKinect2 |
@Yudh0B I solved installing a less recent version of the Anaconda Environment and Python. But anyway, try to downgrade the version until it works, I assume there is a problem in some library versions. Hope it could help. |
i think u need python3.6,i use 3.6.13 and after do all things i fix it |
Hello everyone,
I've installed pykinect and comtypes == 1.1.4.
I've found the following issue running the PyKinectInfraRed.py example:
except COMError, err: SyntaxError: invalid syntax
I was wondering if anyone can help me.
Thank you.
The text was updated successfully, but these errors were encountered: