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
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
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
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
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
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
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
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
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
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
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)
> > >
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
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
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
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
> >
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
>
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
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
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.
>
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
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
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
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
23 matches
Mail list logo