python - How do I add the picamera library into Eclipse? -
all steps can find add picamera using pip , apt-get auto install i'm using windows. using python 3.4 don't think should make difference. errors
importerror: no module named 'picamera' when compile.
how manually import module eclipse or eclipse recognize picamera? downloaded module here contains setup.py file seems function on linux or bsd flavors.
do have use linux environment use python picamera module? seems silly. wouldn't makes sense it's python-based language dependent , os agnostic.
Comments
Post a Comment