mahaveerverma / hand-gesture-recognition-opencv

A project on hand detection and hand gesture recognition developed using OpenCV on Python 2.7.
MIT License
315 stars 132 forks source link

ImportError: No module named GestureAPI #6

Closed somavardhan closed 6 years ago

somavardhan commented 6 years ago

I Like this code as a fresher i installed python opencv with numpy cmake and scipy but when i tried to execute ur code i got this error

"Traceback (most recent call last): File "C:\Python27\hand_gesture", line 4, in from GestureAPI import * ImportError: No module named GestureAPI"

can u help me to solve this problem plz solve it as fast as possible

aimxu commented 6 years ago

make sure the python file "GestureAPI.py" is in the same folder with "HandRecognition.py"