On Nov 24, 2007 8:29 PM, Fernando Perez <[EMAIL PROTECTED]> wrote:
> On Oct 17, 2007 11:47 PM, Ville M. Vainio <[EMAIL PROTECTED]> wrote:
> > Perhaps this is due to sys.path not containing Extensions yet for some
> > reason (I'm not aware why this is not a problem on my box).
> >
> > To get over it quickly, change line:
> >
> > > python2.5/site-packages/IPython/iplib.py", line 58, in <module>
> > >     import pickleshare
> >
> >
> > to:
> >
> > from IPython.Extensions import pickleshare.
>
> Mmh, I hadn't realized this bug hadn't been fixed in trunk.  I've just
> committed the fix as r2871.

I tried updating Sage to this version of Ipython, and
when I start sage it just immediately exits:

rank4:~ was$ sage
----------------------------------------------------------------------
| SAGE Version 2.8.13, Release Date: 2007-11-21                      |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
rank4:~ was$


I.e., I get immediately dumped to the prompt.   Do you
have any idea why?  (I haven't tried at all to figure out why.)

If anybody wants to try this, just do

    wget http://sage.math.washington.edu/home/was/tmp/ipython-0.8.1.r2871.spkg
    sage -f ipython-0.8.1.r2871.spkg

then run sage.

To restore the previous version of Ipython, just do

    sage -f ipython-0.8.1.p1.spkg

 -- William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to