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\\string.pyc'

-- 
Take a recipe. Leave a recipe.  
Python Cookbook!  http://www.ActiveState.com/pythoncookbook
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to