MySQL-python-0.9.0 setup problems under windows98

Matthias Huening mhuening at zedat.fu-berlin.de
Wed Jul 11 10:40:03 EDT 2001


Joe Potter <jm7potter at hotmail.com> wrote:
>
> I must be very dense. I downloaded "MySQL-python-0.9.0-win32-2.zip (this
archive is
> for Python 1.5.2/2.0/2.1)" from that very url.
>
> Now what?
>

Just extract the files to an empty directory.
Open a DOS-box, go to that directory and run:
python setup.py install

That's all.
After that you should be able to "import MySQLdb"

Matthias





More information about the Python-list mailing list