Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: ImportError: cannot import name 'gphoto2' from 'sh'
Post: ImportError: cannot import name 'gphoto2' from 'sh...

I'm trying to run a python script that previously worked on a new raspberry pi. ## added scheduled on the minute instead of sleep time ## added upload to Google Drive from time import sleep from da...
evvvonder General Coding Help 1 2,675 Jul-01-2019, 10:29 PM
    Thread: IndentationError on installed package
Post: RE: IndentationError on installed package

(Jun-29-2019, 10:23 PM)Gribouillis Wrote: PWD=/home/pi ; USER=root ; COMMAND=/bin/date =s @1488917643This is not python code. You've probably overwritten usr/local/lib/python3.4/dist-packages/sh.py....
evvvonder General Coding Help 3 3,013 Jun-29-2019, 10:25 PM
    Thread: IndentationError on installed package
Post: IndentationError on installed package

I'm new to python and have been working on a code to take timelapse photographs, with this at the top of the code: from time import sleep from datetime import datetime from sh import gphoto2 as gp im...
evvvonder General Coding Help 3 3,013 Jun-29-2019, 08:33 PM
    Thread: TimeLapse Help - ImportError: No module named 'sh'
Post: RE: TimeLapse Help - ImportError: No module named ...

(Jun-25-2019, 04:30 PM)metulburr Wrote: so the issue is resolved? Yes, thanks!
evvvonder General Coding Help 4 4,383 Jun-28-2019, 10:52 PM
    Thread: TimeLapse Help - ImportError: No module named 'sh'
Post: RE: TimeLapse Help - ImportError: No module named ...

(Jun-25-2019, 03:18 PM)metulburr Wrote: I assume you mean this module? How to install pip install shthanks for your help! I tried that before and nothing changed! it ended up going through after doi...
evvvonder General Coding Help 4 4,383 Jun-25-2019, 03:40 PM
    Thread: TimeLapse Help - ImportError: No module named 'sh'
Post: TimeLapse Help - ImportError: No module named 'sh'

I'm new to python and am trying to write a code that will allow me to take time lapse photographs with my DSLR. from time import sleep from datetime import datetime from sh import gphoto2 as gp impo...
evvvonder General Coding Help 4 4,383 Jun-25-2019, 03:04 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020