pykinect-python3.6 icon indicating copy to clipboard operation
pykinect-python3.6 copied to clipboard

Error importing from interop

Open huleetoh opened this issue 4 years ago • 1 comments

from interop import (_CreateEvent, _CloseHandle, _WaitForSingleObject, ImportError: cannot import name 'CreateEvent' from 'interop' (D:\Python...\venv\lib\site-packages\interop_init.py)

huleetoh avatar Aug 07 '21 23:08 huleetoh

fixed: import pykinect.nui._interop

huleetoh avatar Aug 07 '21 23:08 huleetoh