Can somebody provide a HowTo guide for installing on Win32 for MySQL 4.1 and Python 2.3.4?
Also the mysql-python 1.0 distribution did not come with a setup.py file as the readme.html document suggests.
Thanks.
The source package has setup.py. The binary package probably does not need it.
I recommend the source package for 1.1.7, since it has the best and most up-to-date documentation.
The binary package is almost certainly linked against MySQL-4.0, so it won't work with MySQL-4.1.
Log in to post a comment.
Can somebody provide a HowTo guide for installing on Win32 for MySQL 4.1 and Python 2.3.4?
Also the mysql-python 1.0 distribution did not come with a setup.py file as the readme.html document suggests.
Thanks.
The source package has setup.py. The binary package probably does not need it.
I recommend the source package for 1.1.7, since it has the best and most up-to-date documentation.
The binary package is almost certainly linked against MySQL-4.0, so it won't work with MySQL-4.1.