Re: Subprocess Call works on Windows, but not Ubuntu

2010-11-23 Thread Brett Bowman
Ah, that fixed it. Thank you. On Tue, Nov 23, 2010 at 11:37 AM, Chris Rebert wrote: > On Tue, Nov 23, 2010 at 11:28 AM, Brett Bowman wrote: > > I ran into an interesting problem trying to spawn a subprocess, so I > thought > > I'd ask if the experts could explain it to me. I'm spawning a subp

Re: Subprocess Call works on Windows, but not Ubuntu

2010-11-23 Thread Chris Rebert
On Tue, Nov 23, 2010 at 11:28 AM, Brett Bowman wrote: > I ran into an interesting problem trying to spawn a subprocess, so I thought > I'd ask if the experts could explain it to me.  I'm spawning a subprocess to > run "pdf2txt.py", which is a tool that is distributed with PDFminer to do > moderate

Subprocess Call works on Windows, but not Ubuntu

2010-11-23 Thread Brett Bowman
I ran into an interesting problem trying to spawn a subprocess, so I thought I'd ask if the experts could explain it to me. I'm spawning a subprocess to run "pdf2txt.py", which is a tool that is distributed with PDFminer to do moderately advanced text-dumps of PDFs. Yet when I run the same code o