Re: Python, Forms, Databases

2006-02-17 Thread Jeff Reavis
You should check out Spyce: http://spyce.sourceforge.net/ It will work under CGI as well as Fast CGI, ModPython, or its own built in server. It also has an ASP/JSP like syntax: http://spyce.sourceforge.net/docs/doc-lang_asp.html If you plan on getting a new hosting company you might also want to

Re: Python, Forms, Databases

2006-02-15 Thread Terry Hancock
On 15 Feb 2006 11:13:08 -0800 "Tempo" <[EMAIL PROTECTED]> wrote: > Pyton and ASP together. The next solution I stumbled upon > was to use Zope. However, I wasn't sure if I should spend > more of my time looking into this or not, and I found a > possible way around this, which is by using the CGI >

Re: Python, Forms, Databases

2006-02-15 Thread Bruno Desthuilliers
Tempo a écrit : > Larry I do see your point. There does seem to be a lot more support for > PHP and MySQL together than there is Python and ASP. But I want to > first try to accomplish my goal by using Python first before I give up > and revert back to PHP. So if I was going to parse HTML forms and

Re: Python, Forms, Databases

2006-02-15 Thread Tim Parkin
Xavier Morel wrote: > Tempo wrote: > >>Larry I do see your point. There does seem to be a lot more support for >>PHP and MySQL together than there is Python and ASP. But I want to >>first try to accomplish my goal by using Python first before I give up >>and revert back to PHP. So if I was going t

Re: Python, Forms, Databases

2006-02-15 Thread Xavier Morel
Tempo wrote: > Larry I do see your point. There does seem to be a lot more support for > PHP and MySQL together than there is Python and ASP. But I want to > first try to accomplish my goal by using Python first before I give up > and revert back to PHP. So if I was going to parse HTML forms and pl

Re: Python, Forms, Databases

2006-02-15 Thread Tempo
Larry I do see your point. There does seem to be a lot more support for PHP and MySQL together than there is Python and ASP. But I want to first try to accomplish my goal by using Python first before I give up and revert back to PHP. So if I was going to parse HTML forms and place the data into a M

Re: Python, Forms, Databases

2006-02-15 Thread Larry Bates
Tempo wrote: > I have been looking around for a few days for ways to use Python with > HTML forms. What I am interested in doing is placing the data that is > submited through an HTML form and collected by Python into a MySQL > database. I initially thought that I was going to be able to do this >

Re: Python, Forms, Databases

2006-02-15 Thread John Salerno
Tempo wrote: > I have been looking around for a few days for ways to use Python with > HTML forms. What I am interested in doing is placing the data that is > submited through an HTML form and collected by Python into a MySQL > database. I initially thought that I was going to be able to do this >

Python, Forms, Databases

2006-02-15 Thread Tempo
I have been looking around for a few days for ways to use Python with HTML forms. What I am interested in doing is placing the data that is submited through an HTML form and collected by Python into a MySQL database. I initially thought that I was going to be able to do this with ASP, but I found o