Thanks for the replies. I ended up de-installing everything (Python, MySQL,
etc.) and re-installing. It works now, so I suspect the problem was that I
had failed to re-install mxDateTime, a documented requirement for MySQLdb.
Sorry to bother the lists for a boneheaded error ...
John
John, this sounds to me like what happens when you have a file called
"MySQLDb.py" or "MySQLDb.pyc" hanging around other than the one you
expect. Here's what I would do to diagnose (replace string with
MySQLdb):
>>> import string
>>> dir(string)
[]
>>> string.__file__
'c:\\python20\\lib\\stri
Apologies in advance if this message
repeats; I changed email addresses and the first sending was trapped by the
administrator. I've resubscribed and am resending.
I have an interesting (OK, frustating)
problem. I've been developing on Win98, successfully connecting to a
MyS