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

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -