ashtons / picam

Raspberry Pi Camera Module Python Library
Other
64 stars 14 forks source link

PiCam with Python3 #2

Open crossett opened 11 years ago

crossett commented 11 years ago

Would it be possible to make PiCam work with Python3?

Thanks, Jonathan

pi@lynx:~/downloads/picam-master/examples$ python3 motiontest.py Traceback (most recent call last): File "motiontest.py", line 1, in import picam File "/usr/local/lib/python3.2/dist-packages/picam/init.py", line 3, in import _picam ImportError: No module named _picam

ashtons commented 11 years ago

I'll take a look and see what I can do.

Regards Sean

On 09/10/2013, at 10:19 AM, crossett notifications@github.com wrote:

Would it be possible to make PiCam work with Python3?

Thanks, Jonathan

pi@lynx:~/downloads/picam-master/examples$ python3 motiontest.py Traceback (most recent call last): File "motiontest.py", line 1, in import picam File "/usr/local/lib/python3.2/dist-packages/picam/init.py", line 3, in import _picam ImportError: No module named _picam

— Reply to this email directly or view it on GitHub.