Re: My first real request for help

2013-11-19 Thread Gene Heskett
On Tuesday 19 November 2013 17:20:54 Ethan Furman did opine: > On 11/19/2013 08:19 AM, Gene Heskett wrote: > > On Tuesday 19 November 2013 11:16:10 Peter Otten did opine: > >> Gene Heskett wrote: > >>> OSError: [Errno 2] No such file or directory > >>> > >>> No clue, even when straced, as to what

Re: My first real request for help

2013-11-19 Thread Gene Heskett
On Tuesday 19 November 2013 16:48:40 xDog Walker did opine: > On Tuesday 2013 November 19 10:57, Tim Chase wrote: > > Just an observation here, it looks like you might have a "one" > > instead of an "ell" in "float" in the file-name. > > That is exactly what I see using Monospace font where the l

Re: My first real request for help

2013-11-19 Thread Gene Heskett
On Tuesday 19 November 2013 17:17:12 xDog Walker did opine: > On Tuesday 2013 November 19 10:57, Tim Chase wrote: > > Just an observation here, it looks like you might have a "one" > > instead of an "ell" in "float" in the file-name. > > Gene, > In an earlier email in this thread I lied when

Re: My first real request for help

2013-11-19 Thread Gene Heskett
On Tuesday 19 November 2013 17:02:37 Mark Lawrence did opine: > On 19/11/2013 19:06, xDog Walker wrote: > > On Tuesday 2013 November 19 10:43, Gene Heskett wrote: > >> Interesting, a print cmd immediately in front of that is quite noisy: > >> ['./camview-emc-f1oat.py', '-v', '1280x720', '-C', 'cam

Re: My first real request for help

2013-11-19 Thread Gene Heskett
On Tuesday 19 November 2013 16:03:23 Tim Chase did opine: > On 2013-11-19 13:43, Gene Heskett wrote: > > Interesting, a print cmd immediately in front of that is quite > > noisy: ['./camview-emc-f1oat.py', '-v', '1280x720', '-C', > > 'camview.cfg', '-g', 'cam.ui', '-H', 'campins.hal', '-w', > > '1

Re: My first real request for help

2013-11-19 Thread xDog Walker
On Tuesday 2013 November 19 10:57, Tim Chase wrote: > Just an observation here, it looks like you might have a "one" > instead of an "ell" in "float" in the file-name. Gene, In an earlier email in this thread I lied when I stated the name of the file you were missing (I retyped what I tho

Re: My first real request for help

2013-11-19 Thread Mark Lawrence
On 19/11/2013 19:06, xDog Walker wrote: On Tuesday 2013 November 19 10:43, Gene Heskett wrote: Interesting, a print cmd immediately in front of that is quite noisy: ['./camview-emc-f1oat.py', '-v', '1280x720', '-C', 'camview.cfg', '-g', 'cam.ui', '-H', 'campins.hal', '-w', '150995278'] The fil

Re: My first real request for help

2013-11-19 Thread xDog Walker
On Tuesday 2013 November 19 10:57, Tim Chase wrote: > Just an observation here, it looks like you might have a "one" > instead of an "ell" in "float" in the file-name. That is exactly what I see using Monospace font where the letter and digit are different shapes. -- Yonder nor sorghum stenches

Re: My first real request for help

2013-11-19 Thread xDog Walker
On Tuesday 2013 November 19 10:43, Gene Heskett wrote: > Interesting, a print cmd immediately in front of that is quite noisy: > ['./camview-emc-f1oat.py', '-v', '1280x720', '-C', 'camview.cfg', '-g', > 'cam.ui', '-H', 'campins.hal', '-w', '150995278'] The file it cannot find is apparently ./camvi

Re: My first real request for help

2013-11-19 Thread Tim Chase
On 2013-11-19 13:43, Gene Heskett wrote: > Interesting, a print cmd immediately in front of that is quite > noisy: ['./camview-emc-f1oat.py', '-v', '1280x720', '-C', > 'camview.cfg', '-g', 'cam.ui', '-H', 'campins.hal', '-w', > '150995278'] This suggests that the value of "cmd" is indeed a list of

Re: My first real request for help

2013-11-19 Thread Gene Heskett
On Tuesday 19 November 2013 12:42:28 Tim Chase did opine: > On 2013-11-19 12:19, Gene Heskett wrote: > > > On 2013-11-19 11:19, Gene Heskett wrote: > > > >>> Traceback (most recent call last): > > > >>> File "/usr/bin/axis", line 3326, in > > > >>> > > > >>> _dynamic_tabs(inifile) > > >

Re: My first real request for help

2013-11-19 Thread Ethan Furman
On 11/19/2013 08:19 AM, Gene Heskett wrote: On Tuesday 19 November 2013 11:16:10 Peter Otten did opine: Gene Heskett wrote: OSError: [Errno 2] No such file or directory No clue, even when straced, as to what file might be missing. So, how do I find out? How about inserting a print cmd be

Re: My first real request for help

2013-11-19 Thread Peter Otten
Gene Heskett wrote: > On Tuesday 19 November 2013 11:16:10 Peter Otten did opine: > >> Gene Heskett wrote: >> > Old python, 2.6.4 I believe, not update able from the Ubuntu 10.04.3 >> > LTS repo's. >> > >> > Should be a mauchs nichs as the code was written on, and is running >> > on, several of

Re: My first real request for help

2013-11-19 Thread xDog Walker
On Tuesday 2013 November 19 09:19, Gene Heskett wrote: > _dynamic_tabs is not a file in /usr/lib/python2.6, nor does it "grep" in > that directory. The Traceback says that _dynamic_tabs is in /usr/bin/axis . -- Yonder nor sorghum stenches shut ladle gulls stopper torque wet strainers. -- http

Re: My first real request for help

2013-11-19 Thread Tim Chase
On 2013-11-19 12:19, Gene Heskett wrote: > > On 2013-11-19 11:19, Gene Heskett wrote: > > >>> Traceback (most recent call last): > > >>> File "/usr/bin/axis", line 3326, in > > >>> > > >>> _dynamic_tabs(inifile) > > >>> > > >>> File "/usr/bin/axis", line 3182, in _dynamic_tabs > >

Re: My first real request for help

2013-11-19 Thread Gene Heskett
On Tuesday 19 November 2013 12:12:49 Tim Chase did opine: > On 2013-11-19 11:19, Gene Heskett wrote: > >>> Traceback (most recent call last): > >>> File "/usr/bin/axis", line 3326, in > >>> > >>> _dynamic_tabs(inifile) > >>> > >>> File "/usr/bin/axis", line 3182, in _dynamic_tabs >

Re: My first real request for help

2013-11-19 Thread xDog Walker
On Tuesday 2013 November 19 08:19, Gene Heskett wrote: > You are suggesting I edit /usr/lib/python2.6/subprocess.py? You should use either subprocess.Popen(["ls", "-l"]) or subprocess.Popen("ls -l") The argument to the first is a two element list. The argument to the second is a str

Re: My first real request for help

2013-11-19 Thread Tim Chase
On 2013-11-19 11:19, Gene Heskett wrote: >>> Traceback (most recent call last): >>> File "/usr/bin/axis", line 3326, in >>> >>> _dynamic_tabs(inifile) >>> >>> File "/usr/bin/axis", line 3182, in _dynamic_tabs >>> >>> child = Popen(cmd) > > You are suggesting I edit /usr/lib/py

Re: My first real request for help

2013-11-19 Thread Gene Heskett
On Tuesday 19 November 2013 11:16:10 Peter Otten did opine: > Gene Heskett wrote: > > Old python, 2.6.4 I believe, not update able from the Ubuntu 10.04.3 > > LTS repo's. > > > > Should be a mauchs nichs as the code was written on, and is running > > on, several of these same linuxcnc installs. >

Re: My first real request for help

2013-11-19 Thread Gene Heskett
On Tuesday 19 November 2013 08:51:09 Albert Dengg did opine: > On Tue, Nov 19, 2013 at 04:31:15AM -0500, Gene Heskett wrote: > ... > > > But when I switch in, as one of the plugins a new .py version of > > camview- emc, I get this when I attempt to run linuxcnc -l, where the > > -l is "use the sa

Re: My first real request for help

2013-11-19 Thread Peter Otten
Gene Heskett wrote: > Old python, 2.6.4 I believe, not update able from the Ubuntu 10.04.3 LTS > repo's. > > Should be a mauchs nichs as the code was written on, and is running on, > several of these same linuxcnc installs. > > But when I switch in, as one of the plugins a new .py version of cam

Re: My first real request for help

2013-11-19 Thread Albert Dengg
On Tue, Nov 19, 2013 at 04:31:15AM -0500, Gene Heskett wrote: ... > But when I switch in, as one of the plugins a new .py version of camview- > emc, I get this when I attempt to run linuxcnc -l, where the -l is "use the > same config as last time" option. > > Starting LinuxCNC... > Traceback (mos

My first real request for help

2013-11-19 Thread Gene Heskett
Old python, 2.6.4 I believe, not update able from the Ubuntu 10.04.3 LTS repo's. Should be a mauchs nichs as the code was written on, and is running on, several of these same linuxcnc installs. But when I switch in, as one of the plugins a new .py version of camview- emc, I get this when I atte