python - No module found when using libfreenect in virtual environment with OpenCV on Raspberry Pi 3 -


i managed install opencv on raspberry pi 3 these instructions.

now have run

source ~/.profile workon cv 

when start python, can import cv2 without problems, can't import freenect. says

importerror: no module named freenect

but when start python not in virtual environment cv, can import freenect have same problem cv2:

importerror: no module named cv2

can me problem?


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -