[sage-support] Re: Failure running sage-vmware-sse2-3.4.1

2009-04-30 Thread madison . michael
1. Was this the type of CPU that this binary was supposed to work for (having sse2 and not sse3)? 2. Is Sage migrating to work on only modern duel core CPUs? I have compiled Sage 3.4 on an older processor Ubuntu linux notebook and it worked. Is this going away? 3. Can I compile Sage using a

[sage-support] Re: Failure running sage-vmware-sse2-3.4.1

2009-04-30 Thread William Stein
On Thu, Apr 30, 2009 at 3:50 AM, madison.mich...@gmail.com wrote: 1.  Was this the type of CPU that this binary was supposed to work for (having sse2 and not sse3)? Maybe. But the issue might not be just sse3. 2. Is Sage migrating to work on only modern duel core CPUs?  I have compiled

[sage-support] Re: memory leak?

2009-04-30 Thread opti
Michael, Thanks for your reply. I did the exact same thing under magma, and it consumes 14 meg. Have you found anything new? Regards, Iram On Apr 29, 9:07 pm, mabshoff michael.absh...@mathematik.uni- dortmund.de wrote: On Apr 29, 11:11 am, opti iram.che...@gmail.com wrote: Hello, Hi,

[sage-support] Re: Failure running sage-vmware-sse2-3.4.1

2009-04-30 Thread madison . michael
Just to clarify: Starting from my failed installation of sage-vmware-sse2-3.4.1 can i just change to the /usr/local/sage directory and type make to get a native compile? Thanks Mike On Apr 30, 8:45 am, William Stein wst...@gmail.com wrote: On Thu, Apr 30, 2009 at 3:50 AM,  

[sage-support] Re: Failure running sage-vmware-sse2-3.4.1

2009-04-30 Thread William Stein
On Thu, Apr 30, 2009 at 9:56 AM, madison.mich...@gmail.com wrote: Just to clarify: Starting from my failed installation of sage-vmware-sse2-3.4.1 can i just change to the /usr/local/sage directory and type make to get a native compile? Not exactly. You must 1. Just delete

[sage-support] Re: Failure running sage-vmware-sse2-3.4.1

2009-04-30 Thread Iwan Lappo-Danilewski
Have to report a similar problem on ubuntu 9.04.. While version 3.2.3 is running as fine as the sagemath ubuntu package (3.0.5) the newest version won't start telling me ~/aps/sage-3.4.1-linux-Ubuntu_8.10-sse2-i686-Linux$ ./sage

[sage-support] Re: Failure running sage-vmware-sse2-3.4.1

2009-04-30 Thread William Stein
On Thu, Apr 30, 2009 at 10:43 AM, Iwan Lappo-Danilewski ivanjazz...@gmail.com wrote: Have to report a similar problem on ubuntu 9.04.. While version 3.2.3 is running as fine as the sagemath ubuntu package (3.0.5) the newest version won't start telling me What is the output of cat

[sage-support] install/start up problem on OS X

2009-04-30 Thread Dr. R
When I start Sage I get the following mdrg5:~ rossetti$ /Applications/sage/sage ; exit; -- | Sage Version 3.4.1, Release Date: 2009-04-21 | | Type notebook() for the GUI, and license() for information.

[sage-support] Re: install/start up problem on OS X

2009-04-30 Thread William Stein
On Thu, Apr 30, 2009 at 10:52 AM, Dr. R manuelrosse...@gmail.com wrote: When I start Sage I get the following mdrg5:~ rossetti$ /Applications/sage/sage ; exit; -- | Sage Version 3.4.1, Release Date: 2009-04-21              

[sage-support] Re: install/start up problem on OS X

2009-04-30 Thread Dr. R
I went to http://www.sagemath.org/bin/apple_osx/ and downloaded http://www.sagemath.org/bin/apple_osx/powerpc/sage-3.4.1-OSX-10.5-PowerMacintosh-Darwin.dmg On Apr 30, 1:22 pm, William Stein wst...@gmail.com wrote: On Thu, Apr 30, 2009 at 10:52 AM, Dr. R manuelrosse...@gmail.com wrote:

[sage-support] Re: install/start up problem on OS X

2009-04-30 Thread Michael Welsh
You've got an Intel computer, not a PPC. You should be downloading this DMG instead: http://www.sagemath.org/bin/apple_osx/intel/sage-3.4.1-OSX10.5-Intel-i386-Darwin.dmg On 1/05/2009, at 6:54 AM, Dr. R wrote: I went to http://www.sagemath.org/bin/apple_osx/ and downloaded

[sage-support] Re: install/start up problem on OS X

2009-04-30 Thread Dr. R
Thanks, I didn't see the Intel vs PowerPC links when I first did the download. On Apr 30, 2:08 pm, Michael Welsh yom...@yomcat.geek.nz wrote: You've got an Intel computer, not a PPC. You should be downloading   this DMG instead:

[sage-support] Re: Failure running sage-vmware-sse2-3.4.1

2009-04-30 Thread mabshoff
On Apr 30, 10:53 am, William Stein wst...@gmail.com wrote: On Thu, Apr 30, 2009 at 10:43 AM, Iwan Lappo-Danilewski ivanjazz...@gmail.com wrote: Have to report a similar problem on ubuntu 9.04.. While version 3.2.3 is running as fine as the sagemath ubuntu package (3.0.5) the newest

[sage-support] Re: memory leak?

2009-04-30 Thread mabshoff
On Apr 30, 9:15 am, opti iram.che...@gmail.com wrote: Michael, Hi Iram, Thanks for your reply. I did the exact same thing under magma, and it consumes 14 meg. Hehe, you know how to get us going :) Have you found anything new? I did find the cause, but I have not found a fix yet. What

[sage-support] Re: install/start up problem on OS X

2009-04-30 Thread mabshoff
On Apr 30, 2:05 pm, Dr. R manuelrosse...@gmail.com wrote: Thanks, I didn't see the Intel vs PowerPC links when I first did the download. Well, I guess we should add a check to the startup script analog to what we have for SSE instructions on Linux. This is now

[sage-support] Re: RSACryptosystem in Cryptography book (by Kohel) is ghost :? + small typo

2009-04-30 Thread Minh Nguyen
Hi, On Tue, Apr 28, 2009 at 7:09 PM, Jurgis Pralgauskis jurgis.pralgaus...@gmail.com wrote: Hello, just trying to follow examples of http://www.sagemath.org/library/crypto.pdf Exercise 8.5 solution: page nr 124 (or 127 for file) has suspicious code sage: E := RSACryptosystem(128) sage:

[sage-support] Re: install/start up problem on OS X

2009-04-30 Thread Justin C. Walker
On Apr 30, 2009, at 12:08 , Michael Welsh wrote: You've got an Intel computer, not a PPC. You should be downloading this DMG instead: http://www.sagemath.org/bin/apple_osx/intel/sage-3.4.1-OSX10.5-Intel-i386-Darwin.dmg Shouldn't Rosetta handle this? Justin -- Justin C. Walker Curmudgeon

[sage-support] Re: GAP still doesn't start in sage-3.4.1...

2009-04-30 Thread mabshoff
On Apr 28, 6:24 am, Johan Oudinet johan.oudi...@gmail.com wrote: Hi, Hi Johan, I saw in trac that the ticket about my problem to start Sage in a Debian Lenny 64bit is closed since GAP was downgraded. We closed it since the problem was seemingly related to the new GAP. I thought

[sage-support] Re: install/start up problem on OS X

2009-04-30 Thread mabshoff
On Apr 30, 4:58 pm, Justin C. Walker jus...@mac.com wrote: On Apr 30, 2009, at 12:08 , Michael Welsh wrote: You've got an Intel computer, not a PPC. You should be downloading this DMG instead: http://www.sagemath.org/bin/apple_osx/intel/sage-3.4.1-OSX10.5-Intel-... Shouldn't Rosetta

[sage-support] Re: RSACryptosystem in Cryptography book (by Kohel) is ghost :? + small typo

2009-04-30 Thread mabshoff
On Apr 30, 4:38 pm, Minh Nguyen nguyenmi...@gmail.com wrote: Hi, On Tue, Apr 28, 2009 at 7:09 PM, Jurgis Pralgauskis jurgis.pralgaus...@gmail.com wrote: Hello, just trying to follow examples ofhttp://www.sagemath.org/library/crypto.pdf Exercise 8.5 solution: page nr 124  (or 127

[sage-support] Re: install/start up problem on OS X

2009-04-30 Thread Justin C. Walker
On Apr 30, 2009, at 17:37 , mabshoff wrote: On Apr 30, 4:58 pm, Justin C. Walker jus...@mac.com wrote: On Apr 30, 2009, at 12:08 , Michael Welsh wrote: You've got an Intel computer, not a PPC. You should be downloading this DMG instead:

[sage-support] Re: RSACryptosystem in Cryptography book (by Kohel) is ghost :? + small typo

2009-04-30 Thread Minh Nguyen
On Fri, May 1, 2009 at 12:39 AM, mabshoff michael.absh...@mathematik.uni-dortmund.de wrote: SNIP There are many typos and errors in Kohel's crypto book. Though the book is licensed under a Creative Commons license, it seems that I'm unable to find the LaTeX source in order to fix typos. Not

[sage-support] Re: Failure running sage-vmware-sse2-3.4.1

2009-04-30 Thread madison . michael
William, Thanks I was able to compile sage 3.4.1 on my XP machine starting from sage-vmware-sse2-3.4.1, which had failed work from the binary, by following your directions. For people that might know even less about linux than me the steps I took were: At the login type: login The Passward is:

[sage-support] Re: SageWorld

2009-04-30 Thread Robert Bradshaw
On Apr 29, 2009, at 3:00 PM, Serge Salamanka wrote: Is it a good idea to share objects between python processes with the help of any database ? Can't still find any decent tool for sharing objects. Saving and loading them in Sage seems to be a simple approach for user but not for an

[sage-support] Re: SageWorld

2009-04-30 Thread William Stein
On Thu, Apr 30, 2009 at 10:05 PM, Robert Bradshaw rober...@math.washington.edu wrote: On Apr 29, 2009, at 3:00 PM, Serge Salamanka wrote: Is it a good idea to share objects between python processes with the help of any database ? Can't still find any decent tool for sharing objects. Saving

[sage-support] Re: SageWorld

2009-04-30 Thread Robert Bradshaw
On Apr 30, 2009, at 10:13 PM, William Stein wrote: On Thu, Apr 30, 2009 at 10:05 PM, Robert Bradshaw rober...@math.washington.edu wrote: On Apr 29, 2009, at 3:00 PM, Serge Salamanka wrote: Is it a good idea to share objects between python processes with the help of any database ? Can't