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


Groups > comp.lang.python > #60013 > unrolled thread

Re: My first real request for help

Started byTim Chase <python.list@tim.thechases.com>
First post2013-11-19 11:31 -0600
Last post2013-11-19 11:31 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: My first real request for help Tim Chase <python.list@tim.thechases.com> - 2013-11-19 11:31 -0600

#60013 — Re: My first real request for help

FromTim Chase <python.list@tim.thechases.com>
Date2013-11-19 11:31 -0600
SubjectRe: My first real request for help
Message-ID<mailman.2927.1384882203.18130.python-list@python.org>
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 <module>
> > >>>   
> > >>>     _dynamic_tabs(inifile)
> > >>>   
> > >>>   File "/usr/bin/axis", line 3182, in _dynamic_tabs
> > >>>   
> > >>>     child = Popen(cmd)  
> > > 
> > > You are suggesting I edit /usr/lib/python2.6/subprocess.py?  
> > 
> > I think Peter is suggesting that line 3182 in _dynamic_tabs should
> > either read (the better way)  
> 
> Now, this is a puzzle.
> _dynamic_tabs is not a file in /usr/lib/python2.6, nor does it
> "grep" in that directory.
> 
> I need another clue, how much are they? :).

Doh, I misread the traceback.  Looking more closely, it appears that
the file in question is "/usr/bin/axis", line 3182 in the
_dynamic_tabs *function* (or method), which is called at the
module-level on line 3326 of the same file.  Edit /usr/bin/axis to
properly call Popen as mentioned in my previous email, and it should
solve this issue.

-tkc


[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web