Re: Powerful CGI libraries for Python?

2005-01-10 Thread Thomas Guettler
Am Mon, 10 Jan 2005 10:11:16 +0800 schrieb sam:

 Hi,
 
 I m looking for a CGI libraries just  like perl's CGI.pm for Python.
  From google, I found quite a few of CGI libraries already written for 
 python. But I haven't had experience to try any of them in Python.
 
 Can anyone share your Python CGI experience with me? Which library is 
 better in terms of functionality and stability?

Hi,

in the standard library there is cgi and cgitb. If you just want to
write a small cgi script, both modules should be all you need.

I found quixote simple and easy to learn. Quixote 1.x is quite stable.
The version I use is more then six months old, and there is no need to
update.

Take a look at:
http://www.python.org/cgi-bin/moinmoin/WebProgramming

 Thomas

-- 
Thomas Güttler, http://www.thomas-guettler.de/


-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Powerful CGI libraries for Python?

2005-01-10 Thread Jeff Reavis
You may want to check out Spyce http://spyce.sourceforge.net/index.html

It will work as cgi (or using fast cgi or mod python) and has
templating, session support, active tags, etc.

-jjr

-- 
http://mail.python.org/mailman/listinfo/python-list


Powerful CGI libraries for Python?

2005-01-09 Thread sam
Hi,
I m looking for a CGI libraries just  like perl's CGI.pm for Python.
From google, I found quite a few of CGI libraries already written for 
python. But I haven't had experience to try any of them in Python.

Can anyone share your Python CGI experience with me? Which library is 
better in terms of functionality and stability?

Thanks
Sam
--
http://mail.python.org/mailman/listinfo/python-list