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


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

Re: My first real request for help

Started byEthan Furman <ethan@stoneleaf.us>
First post2013-11-19 08:47 -0800
Last post2013-11-19 08:47 -0800
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 Ethan Furman <ethan@stoneleaf.us> - 2013-11-19 08:47 -0800

#60017 — Re: My first real request for help

FromEthan Furman <ethan@stoneleaf.us>
Date2013-11-19 08:47 -0800
SubjectRe: My first real request for help
Message-ID<mailman.2931.1384883562.18130.python-list@python.org>
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
>>
>> before the line
>>
>> child = Popen(cmd)
>
> You are suggesting I edit /usr/lib/python2.6/subprocess.py?

Yup.  Just make sure and change it back after you figure out what's going on.

--
~Ethan~

[toc] | [standalone]


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


csiph-web