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
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 article <[EMAIL PROTECTED]>,
"Brian" <[EMAIL PROTECTED]> wrote:
> I have a question that some may consider silly, but it has me a bit
> stuck and I would appreciate some help in understanding what is going
> on.
>
> For example, lets say that I have a class that creates a student
> object.
>