Change MySQL dependency to use an easy_install package
Reported by Guilherme Chapiewski | February 15th, 2009 @ 04:07 AM | in v1.1.0
The MySQL driver used by the MySQL module was installed through apt-get.
It should change to use an easy_install package instead, then setup.py would install it automatically on installation.
Comments and changes to this ticket
-
Guilherme Chapiewski March 3rd, 2009 @ 04:11 PM
- Milestone changed from v1.2.0 to v1.1.0
-
Guilherme Chapiewski March 5th, 2009 @ 12:26 AM
mysql-python >= 1.2.2 declared as a dependency. It'll be installed when simple-db-migrate is installed.
There wil be no problems for users that had already installed the apt-get package because easy_install seems to recognize them.
-
Guilherme Chapiewski March 5th, 2009 @ 12:26 AM
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
simple-db-migrate is a database migration tool inpired on Rails migrations. For more info check the project website: http://guilhermechapiewski.github.com/simple-db-migrate/