On Jan 12, 4:21 pm, emil wrote:
> > My guess is that matplotlib was built without the gui. I build Sage
> > from source and in that case it is necessary to set an environment
> > variable. For example in bash: export SAGE_MATPLOTLIB_GUI='yes'. This
> > then will tell it to try to build a gui. It
> My guess is that matplotlib was built without the gui. I build Sage
> from source and in that case it is necessary to set an environment
> variable. For example in bash: export SAGE_MATPLOTLIB_GUI='yes'. This
> then will tell it to try to build a gui. It does require that the
> needed devel pack
On Jan 12, 11:00 am, emil wrote:
>
> Hm, I ask that here because it seems related somehow. Is there a way
> to make plotting behave normal from the python commandline? I know
> that from the notebook it will show all pictures which are stored in
> the notebook directory. I also readhttp://uw.sa
On Jan 12, 6:22 am, mankoff wrote:
> On Jan 11, 9:57 pm, Adam Webb wrote:
>
>
>
> > On Jan 12, 6:49 am, mankoff wrote:
>
> > > Hi Group,
>
> > > I'm using Sage as my python install. How can I upgrade a python
> > > package within sage? For example, pygmentize is version 0.11, and I'd
> > > lik
On Jan 11, 9:57 pm, Adam Webb wrote:
> On Jan 12, 6:49 am, mankoff wrote:
>
> > Hi Group,
>
> > I'm using Sage as my python install. How can I upgrade a python
> > package within sage? For example, pygmentize is version 0.11, and I'd
> > like to upgrade this. Easy_install doesn't seem to be wor
On Jan 12, 6:49 am, mankoff wrote:
> Hi Group,
>
> I'm using Sage as my python install. How can I upgrade a python
> package within sage? For example, pygmentize is version 0.11, and I'd
> like to upgrade this. Easy_install doesn't seem to be working, or
> places the new binary in /usr/local/bin
On Dec 15, 3:49 am, emil wrote:
> On Dec 14, 9:13 pm, mankoff wrote:
>
>
> > Hi Sage Group,
>
> > I'm trying to use sage as a means to get a nice python installation,
> > without actually using sage. I hope this is an OK use of the software.
> > I imagine I'll transition to using the sage speci
On Dec 14, 9:13 pm, mankoff wrote:
> Hi Sage Group,
>
> I'm trying to use sage as a means to get a nice python installation,
> without actually using sage. I hope this is an OK use of the software.
> I imagine I'll transition to using the sage specific tools, but to
> start I would like to work
On Thu, Aug 14, 2008 at 7:20 AM, Eli <[EMAIL PROTECTED]> wrote:
>
> Hello.
> I have sage installed on a computer that has also a normal python
> installation ("system-wide" python).
> Now, I would like to run a python script with the python installed
> inside sage (not the system-wide)
> How is it