Kinect / PyKinect2

Wrapper to expose Kinect for Windows v2 API in Python
MIT License
496 stars 236 forks source link

PyKinectV2 name 'comtypes' is not defined #94

Open silver60229 opened 3 years ago

silver60229 commented 3 years ago

Does anyone encounter this problem?

PyKinectV2 Line 22 comtypes.hresult.E_PENDING = 0x8000000A name 'comtypes' is not defined

My environment is Anaconda 64bit python 3.6 VS2017

It would be great if someone could answer, thank you

KonstantinosAng commented 3 years ago

See this.

https://github.com/Kinect/PyKinect2/issues/88