Sunday, November 4, 2012

freenect.c:4:20: fatal error: Python.h: No such file or directory

I face this problem while installing Python Wrapper for OpenKinect 

freenect.c:4:20: fatal error: Python.h: No such file or directory

Solution:

sudo apt-get install python-dev

ImportError: No module named numpy

I face this problem while installing Python wrapper for OpenKinect

ImportError: No module named numpy

Solution:

sudo apt-get install python-numpy

error while loading shared libraries: libglut.so.3: cannot open shared object file

I face this problem while running NITE sample and to overcome this you need to install this library

sudo apt-get install freeglut3-dev