On Sunday 18 August 2013 19:30:43 Chris Angelico did opine:
> On Sun, Aug 18, 2013 at 9:48 PM, Gene Heskett wrote:
> >> import time
> >
> > That of course goes near the top of the script.
> >
> >> time.sleep(1.5)
> >
> > I'll see if I can see a sensible place to add this one.
>
> The import d
On Sun, Aug 18, 2013 at 9:48 PM, Gene Heskett wrote:
>> import time
>
> That of course goes near the top of the script.
>
>> time.sleep(1.5)
>
> I'll see if I can see a sensible place to add this one.
The import doesn't have to happen near the top of the script; it's an
executable statement like
On Sunday 18 August 2013 16:38:52 Roy Smith did opine:
> In article ,
> Gene Heskett wrote:
>
> [much that doesn't appear to have anything to do with Python elided]
>
> > When cheese runs this camera, there is a several second delay while
> > cheese is apparently talking to it to establish the
In article ,
Gene Heskett wrote:
[much that doesn't appear to have anything to do with Python elided]
> When cheese runs this camera, there is a several second delay while cheese
> is apparently talking to it to establish the correct output format before
> cheese starts displaying its output,