我已经开始在 Leap Motion Controller 上工作,并且在尝试执行我的代码时出现此错误:
ImportError: No module named Leap
Run Code Online (Sandbox Code Playgroud)
我已经添加了所需库的路径
import sys
sys.path.append("usr/lib/Leap:/path/to/lib/x86:/path/to/lib")
import thread, time
from Leap import CircleGesture, KeyTapGesture, ScreenTapGesture, SwipeGesture
Run Code Online (Sandbox Code Playgroud)
我究竟做错了什么?
我在 Linux 平台上工作:Ubuntu 13.10,32 位