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
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
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