Re: cgi and popen

2006-06-07 Thread Maarten van Veen
In article <[EMAIL PROTECTED]>, Thomas Guettler <[EMAIL PROTECTED]> wrote: > Am Wed, 07 Jun 2006 14:54:41 +0200 schrieb Maarten van Veen: > > > A long story made short, I've build a python/cgi website consisting of > > two pages. Page1 has a html form in which you can input a series of > > que

Re: cgi and popen

2006-06-07 Thread Thomas Guettler
Am Wed, 07 Jun 2006 14:54:41 +0200 schrieb Maarten van Veen: > A long story made short, I've build a python/cgi website consisting of > two pages. Page1 has a html form in which you can input a series of > queries. Then via Popen it starts a pythons search script, which stores > the results in

cgi and popen

2006-06-07 Thread Maarten van Veen
A long story made short, I've build a python/cgi website consisting of two pages. Page1 has a html form in which you can input a series of queries. Then via Popen it starts a pythons search script, which stores the results in a python shelve. As the Popen command is given it should redirect to p