Need somebody schmardter than me

2013-08-18 Thread Gene Heskett
Greetings all; I am trying to make a machine vision kit of modules work in linuxcnc, which uses a lot of python for scripts and gui controls in the user interface. This is on a Ubu 10.04.4 LTS install, which because linuxcnc is intimately married to an RTAI equipt kernel version, has not been

Re: Need somebody schmardter than me

2013-08-18 Thread Roy Smith
In article mailman.2.1376856608.19984.python-l...@python.org, Gene Heskett ghesk...@wdtv.com 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

Re: Need somebody schmardter than me

2013-08-18 Thread Gene Heskett
On Sunday 18 August 2013 16:38:52 Roy Smith did opine: In article mailman.2.1376856608.19984.python-l...@python.org, Gene Heskett ghesk...@wdtv.com 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

Re: Need somebody schmardter than me

2013-08-18 Thread Chris Angelico
On Sun, Aug 18, 2013 at 9:48 PM, Gene Heskett ghesk...@wdtv.com 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

Re: Need somebody schmardter than me

2013-08-18 Thread Gene Heskett
On Sunday 18 August 2013 19:30:43 Chris Angelico did opine: On Sun, Aug 18, 2013 at 9:48 PM, Gene Heskett ghesk...@wdtv.com 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