All the steps I can find are to add picamera
using pip
and apt-get
to auto install it but I'm using windows. I am also using python 3.4 but I don't think that should make a difference. The errors I get are
ImportError: No module named 'picamera'
when I compile.
How do I manually import a module into Eclipse or get Eclipse to recognize picamera? I downloaded the module from here,其中包含setup.py
文件,该文件似乎主要用于Linux或BSD风格。
我是否必须使用linux环境才能使用python picamera
模块?看起来很傻。它不是有意义的,因为它是基于python的,它是语言相关的并且与操作系统无关。