Thanks, kcrisman! (Karl?) I was quite tired when I posted, so let me elaborate now on the issue:
What happened to me exactly is that Sage was trying to import my local installation of matplotlib, with bad results (could not locate pygtk). The thing is: every python module not in Sage's python has beeen built and installed against the system (or local) version of the modules of which it depends, and will in general not work inside Sage. Isn't that right? As commented in the aforementioned ask.sagemath.org question and as I was able to check too, this is specially severe if one has its own versions of numpy, scipy or matplotlib locally installed. So, does Sage actually use the system-wide python installation for anything? Cheers, Jesús Torrado -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
