[sage-support] Re: How to use Sage with Linux Ubuntu or Mandriva

2009-03-26 Thread christophe van der putten
I delete the file text "~/sage/lib/sage-flags.txt", and it's Ok, now sage Run on my laptop. Thank you for your help. --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-suppor

[sage-support] Re: How to use Sage with Linux Ubuntu or Mandriva

2009-03-26 Thread christophe van der putten
Hi, I use a binary distribution of sage 3.4 with Linux ubuntu. When i open a terminal in the directory where sage was extracted, and with the commande ./sage, i have the following message "" Christophe-laptop:~/Bureau/sage-3.4-linux-Ubuntu_8.10-i686-Linux$ ./ sage --

[sage-support] How to use Sage with Linux Ubuntu or Mandriva

2009-03-25 Thread christophe van der putten
Hi, I install Linux Ubuntu in my PC (Intel Pentium Dual Core, 2Gega RAM), after that i extract the version sage3.4 on this OS. And when i click the sage icone in order to use, i have the message: "Do you want to run "sage", or display its contents?" with the buttons "Run in terminal" or "Run".

[sage-support] Re: "maximum recursion depht exceded"

2009-03-24 Thread christophe van der putten
Thank you for your help, i will test that. --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http:

[sage-support] "maximum recursion depht exceded"

2009-03-22 Thread christophe van der putten
Hi, I am a newbie with sage, a want to save in a text file all prime and prime power that are lower than a big number Max=(10^18). i use two loop: as below and i have the error message "maximum recursion depht exceded". the program that i write is: " sage: k=1 p=2 m=2 while p^k<=Max: