On Wed, May 19, 2010 at 11:23 PM, Michael Wisely <michaelwis...@gmail.com> wrote: > What do I need to do to make newly installed python packages usable > when I try running python scripts with "sage -python"?
You need to install it in a place where Sage's Python can find it. One way is to run the following two commands sage -sh easy_install mysql-python The "sage -sh" sets the Sage environment variables so that when you run "easy_install" it will install things into Sage's copy of Python. --Mike -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org