mahaveerverma / hand-gesture-recognition-opencv

A project on hand detection and hand gesture recognition developed using OpenCV on Python 2.7.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: No module named GestureAPI

somavardhan opened this issue · comments

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

commented

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