From: Dan Nelson Date: April 24 2003 11:11pm Subject: Re: Python and MySQL List-Archive: http://lists.mysql.com/mysql/138320 Message-Id: <20030424231132.GG45035@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Apr 24), James Werkowski said: > Hello all -- > > I am about to start a largish web site project, with MySQL as the DBMS and > am considering using Python. Is it possible to embed Python in html on the > server side, ala Perl or PHP? That's a webserver issue; not a MySQL one. Just make sure your server has CGI support and you will be able to run Python scripts as CGIs. -- Dan Nelson dnelson@stripped