Trying to install MySQL for Python. Two problems:
1) Instructions over the net says installation is
python setup.pyFor me, it results with
can't open file 'setup.py': [Errno 2] No such file or directory
2) README.txt says:
The Z MySQL database adapter uses the MySQLdb package.Which simply leads to the package itself, not anything else.
This must be installed before you can use the Z MySQL DA. You can find this at: http://sourceforge.net/projects/mysql-python
Thanks for your help.
PS. I'm using a Mac + Leopard.