Hi -

> >>> import MySQLdb
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
> ImportError: No module named MySQLdb

What is the output from

ls 
/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/

That's where you should find the MySQLdb directory if it got installed
correctly.

- Craig
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to