| 1 | initial version |
The easiest thing for you may be install MySQL within the SAGE environment. This can be done by downloading the MySQL library for python from http://sourceforge.net/projects/mysql-python/. Then extract it using your favorite GUI tools, or simply:
tar xzvf MySQL*.tar.gz
from wherever you download it to. Then you can install it to your SAGE environment with something as simple as:
sudo sage setup.py install
You can then delete all the MySQL-python related files in your downloads directory; they have been installed in your SAGE path.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.