Database and Interface for Python

Maciej Dziardziel fiedzia at fiedzia.prv.pl
Fri Oct 8 11:39:02 EDT 2004


Michael Foord wrote:


>> > I think the web server I use will allow MySQL databases, so if I
>> > install it on my windoze box and install the MySQLdb python module
>> > then I'm well away....
>>  
>> Webserwer has nothing to do with database.
>>  
> 
> It does if it's a 'web application' your developing !! Whatever
> solution I choose has to work on my server *and* on my windoze nox for
> testing !!

You can use (almost) any web server with any database, they are separate
components (except few non-popular integrated solutions), so your web
server will allow you to use mysql.

-- 
Maciej "Fiedzia" Dziardziel (fiedzia (at) fiedzia (dot) prv (dot) pl)
www.fiedzia.prv.pl



More information about the Python-list mailing list