[sage-devel] Re: sage-1.5.0.2

2006-12-17 Thread Joshua Kantor
That worked, thanks. Josh --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http:/

[sage-devel] Re: sage-1.5.0.2

2006-12-17 Thread William Stein
You need to delete all the interrupt.h files under the devel/sage/sage tree. This should be done automatically by the upgraded script, at least in sage-1.5.1.2. But you can easily do it manually, then type "sage -ba": rm -f */interrupt.h */*/interrupt.h */*/*/interrupt.h */*/*/*/interrupt.

[sage-devel] Re: sage-1.5.0.2

2006-12-17 Thread Joshua Kantor
I tried to do sage upgrade, everything appeared to succeed but when I try to start sage I get. Traceback (most recent call last) /home/jkantor/sage-1.4/local/bin/ in () /home/jkantor/sage-1.4/local/lib/python2.5/site-packages/sage/all_cmdline.py in () > 1 from sage.all import *