[sage-support] Re: Ubuntu 9.10

2009-11-03 Thread davedo2
Hi William, No, I don't do that, but who knows what happened? Anyway, after slightly changing the command you suggested to: ~~ chown mdobbs -R /home/mdobbs/.sage ~~ things work as expected ;-) Thanks to all for the help!...Dave On Nov 3, 11:05 am, William Stein wst...@gmail.com

[sage-support] Re: Ubuntu 9.10

2009-11-03 Thread William Stein
On Tue, Nov 3, 2009 at 10:41 AM, davedo2 dave...@gmail.com wrote: Marshall, It's a bit lengthy, but here goes: ~~ sage: pari(7).isprime() --- IOError                                   Traceback

[sage-support] Re: Ubuntu 9.10

2009-11-03 Thread davedo2
Marshall, It's a bit lengthy, but here goes: ~~ sage: pari(7).isprime() --- IOError Traceback (most recent call last)

[sage-support] Re: Ubuntu 9.10

2009-11-02 Thread Laurent
davier2 ha scritto: Is the binary for Ubuntu 9.04 also to be used under Ubuntu 9.10 or will a new one be posted? I'm running Sage 4.2 under Karmic, using the file sage-4.2-linux-Ubuntu_9.04-i686-Linux.tar.gz Seems to work for me. Laurent

[sage-support] Re: Ubuntu 9.10

2009-11-02 Thread davedo2
OK, I downloaded Sage 4.2 and -testall seemed OK. However, I have a question: if I evaluate pari(7).isprime() in the notebook it returns True, but if I try it from the Sage command line it spawns a longish list of errors - what's up with that? Also, is there a way to invoke it such that it

[sage-support] Re: Ubuntu 9.10

2009-11-02 Thread Robert Bradshaw
On Nov 2, 2009, at 3:22 PM, davedo2 wrote: OK, I downloaded Sage 4.2 and -testall seemed OK. However, I have a question: if I evaluate pari(7).isprime() in the notebook it returns True, but if I try it from the Sage command line it spawns a longish list of errors - what's up with that?

[sage-support] Re: Ubuntu 9.10

2009-11-02 Thread davedo2
Robert, Thanks for setting me straight on True vs 1. I still wonder though about the first part of my question. Why does pari(7).isprime() work just fine in the notebook, but not from the Sage command line? Thank you for being patient...Dave On Nov 2, 3:48 pm, Robert Bradshaw

[sage-support] Re: Ubuntu 9.10

2009-11-02 Thread Marshall Hampton
pari(7).isprime() works fine for me in the sage command line with sage-4.2. What error are you getting? -M. Hampton On Nov 2, 9:03 pm, davedo2 dave...@gmail.com wrote: Robert, Thanks for setting me straight on True vs 1. I still wonder though about the first part of my question. Why does