Ask Your Question

bryanward's profile - activity

2011-01-30 14:02:38 +0200 received badge  Teacher (source)
2011-01-30 13:04:43 +0200 answered a question Using mysql in conjuntion with Sage?

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.