Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #59973

Re: My first real request for help

Path csiph.com!usenet.pasdenom.info!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <albert@fsfe.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.023
X-Spam-Evidence '*H*': 0.95; '*S*': 0.00; 'output': 0.05; 'tries': 0.07; 'subject:help': 0.08; '__init__': 0.09; 'executable': 0.09; 'mailling': 0.09; 'python': 0.11; '(it': 0.16; '.py': 0.16; 'errread,': 0.16; 'errwrite)': 0.16; 'filename:fname piece:signature': 0.16; 'time"': 0.16; 'wrote:': 0.18; 'subject:request': 0.19; '(in': 0.22; 'header:User-Agent:1': 0.23; 'config': 0.24; 'recognize': 0.24; 'decide': 0.24; 'skip:" 30': 0.26; 'switch': 0.26; 'post': 0.26; 'skip:_ 20': 0.27; 'header:In- Reply-To:1': 0.27; 'tried': 0.27; 'external': 0.29; 'quickly': 0.29; 'raise': 0.29; 'related': 0.29; 'option.': 0.31; 'file': 0.32; 'probably': 0.32; 'run': 0.32; 'open': 0.33; '(most': 0.33; 'not.': 0.33; 'skip:_ 10': 0.34; 'something': 0.35; 'received:84': 0.35; 'but': 0.35; 'version': 0.36; 'really': 0.36; 'charset:us- ascii': 0.36; 'should': 0.36; 'so,': 0.37; 'starting': 0.37; 'nov': 0.38; 'to:addr:python-list': 0.38; 'recent': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'even': 0.60; 'easy': 0.60; 'new': 0.61; 'content- disposition:inline': 0.62; 'such': 0.63; 'more': 0.64; 'subject': 0.69; 'miss': 0.74; 'misses': 0.84; 'missing.': 0.84; 'plugins': 0.84; 'albert': 0.91; '2013': 0.98
X-Virus-Scanned Debian amavisd-new at cavendish
Date Tue, 19 Nov 2013 10:49:22 +0100
From Albert Dengg <albert@fsfe.org>
To python-list@python.org
Subject Re: My first real request for help
References <201311190431.15449.gheskett@wdtv.com>
MIME-Version 1.0
Content-Type multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="IrhDeMKUP4DT/M7F"
Content-Disposition inline
In-Reply-To <201311190431.15449.gheskett@wdtv.com>
User-Agent Mutt/1.5.21 (2010-09-15)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2901.1384854954.18130.python-list@python.org> (permalink)
Lines 69
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1384854954 news.xs4all.nl 15868 [2001:888:2000:d::a6]:56655
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:59973

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

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 (most recent call last):
>   File "/usr/bin/axis", line 3326, in <module>
>     _dynamic_tabs(inifile)
>   File "/usr/bin/axis", line 3182, in _dynamic_tabs
>     child = Popen(cmd)
>   File "/usr/lib/python2.6/subprocess.py", line 633, in __init__
>     errread, errwrite)
>   File "/usr/lib/python2.6/subprocess.py", line 1139, in _execute_child
>     raise child_exception
> 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?
have you tried strace -e open -ff -ofile.log ?
(it is easy to miss something in the strace output & and with -ff you
also get subprocesses (in their own files, file.log.pid1,
file.log.pid2,...)

this however, does not really look like a python problem, as from the
look of it it misses some external executable it tries to Popen()

so, you should probably on some linuxcnc/camview-emc related mailling
list/forum.

regards,
albert

ps: a more descriptive subject line would be helpfull for people to
recognize what your post is about and then can quickly decide if they
want to look at it or not.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: My first real request for help Albert Dengg <albert@fsfe.org> - 2013-11-19 10:49 +0100

csiph-web