Web development with Python 3.1

Diez B. Roggisch deets at nospam.web.de
Wed Oct 28 05:23:21 EDT 2009


John Nagle schrieb:
> Alan Harris-Reid wrote:
>> I am very much new to Python, and one of my first projects is a simple
>> data-based website. I am starting with Python 3.1 
> 
>    Until MySQLdb gets ported to something later than Python 2.5, support
> for a "data-based web site" probably has to be in Python 2.5 or earlier.

The usual FUD from you.

http://pypi.python.org/pypi/MySQL-python/1.2.3c1

And of course there are other alternatives to databases, which happily 
run under 2.6 as well.

Diez



More information about the Python-list mailing list