[sage-support] Re: sage with tkinter (or some graphics backend?) on Mac OS X

2009-05-22 Thread mabshoff
On May 22, 7:30 am, Adam keflav...@gmail.com wrote: Hi Adam, Thanks Michael.  I've tried doing as you said, but still no luck. export SAGE_MATPLOTLIB_GUI=yes ./sage -f python-2.5.2.p9 matplotlib-0.98.5.3rc0-svn6910.p3 but I get the same error.  Any idea what else I should try? See

[sage-support] Re: sage with tkinter (or some graphics backend?) on Mac OS X

2009-05-20 Thread mabshoff
On May 20, 7:48 pm, Adam keflav...@gmail.com wrote: The problem is that I can't import pylab because _tkinter isn't recognized: sage: import pylab lots of stuff chopped out ImportError: No module named _tkinter Adam We disable the tk backend in MPL on all platforms. To work around this

[sage-support] Re: Error on CentOS

2009-05-18 Thread mabshoff
On May 18, 4:16 am, Kylin kylin...@gmail.com wrote: Hi, When try to run the downloaded binary sage-3.4.2-linux- CentOS_release_5.2_Final-sse2-i686-Linux by typing: ./sage in the unzipped folder, I got such an error absulotepath2myhome/progs/ tools/sage342/local/bin/sage-sage: line 198:

[sage-support] Re: Building Sage 3.4.2 under Arch Linux, 32 bit intel atom

2009-05-18 Thread mabshoff
://sage.math.washington.edu/home/mabshoff/release-cycles-4.0/sage-4.0.alpha0.tar 4.0.rc0 should happen tonight and the final 4.0 ought to be out before the week is over. 4.0.a0 has some small issue that 4.0.rc0 will fix, but I would run 4.0.a0 before running 3.4.2 anyway ;) Any ideas what

[sage-support] Re: Building Sage 3.4.2 under Arch Linux, 32 bit intel atom

2009-05-18 Thread mabshoff
://sage.math.washington.edu/home/mabshoff/release-cycles-4.0/sage... 4.0.rc0 should happen tonight and the final 4.0 ought to be out before the week is over. 4.0.a0 has some small issue that 4.0.rc0 will fix, but I would run 4.0.a0 before running 3.4.2 anyway ;) Just use 4.0.a0 or later ;) Cheers, I

[sage-support] Re: Running sage from another computer on the network

2009-05-17 Thread mabshoff
On May 17, 1:24 pm, paul pmen...@gmail.com wrote: Ok, for those of you who saw my recent message about the illegal instruction ... I think I now know why that doesn't work. I think it is that the latest sse2-3.4.2 virtual machine does not support my processor (AMD Athlon 64 3000). I don't

[sage-support] Re: Simplification

2009-05-14 Thread mabshoff
On May 14, 3:57 am, Laurent moky.m...@gmail.com wrote: Hello Hi Laurent, x,y=var('x,y') s = x*y2 + x*(-y2 - x2 + 1) + x3 - x print simplify(s) Answer :                            2         2    2         3                         x y  + x (- y  - x  

[sage-support] (most) Sage 3.4.2 binaries posted

2009-05-14 Thread mabshoff
Hello folks, most 3.4.2 binaries are up on sagemath.org and being mirrored out. From the usual suspects some are still missing, i.e. * Fedora Core 10 32 bit * Atom * RHEL 5.2/SLES 10 Itanium * OSX 10.4 Intel Most of the missing binaries will show up in the next 24 hours. We also have some

[sage-support] Re: matrix times variable

2009-05-13 Thread mabshoff
On May 13, 4:12 am, simon.k...@uni-jena.de wrote: Dear Laurent, please do not use an existing thread for asking a completely different question. Better open a new thread. Yep. Also do not open a thread by replying to an email from sage-devel by changing the subject since the Groups figure

[sage-support] Re: Sage inside MediaWiki

2009-05-12 Thread mabshoff
On May 12, 3:05 pm, kilucas kevin.lu...@concave.co.uk wrote: On May 12, 8:39 pm, David Joyner wdjoy...@gmail.com wrote: SNIP Conversely, I've also since spotted reference to MoinMoin within Sage. I've not yet explored what benefits this might confer but, once I know, I might then  be

[sage-support] Re: dependency (libgd2-noxpm)

2009-05-10 Thread mabshoff
On May 10, 7:24 am, pepe balazovic.pe...@gmail.com wrote: Hello all, Hi, I am trying to install sagemath-3.0.5dfsg (i386) from repository. I am running Kubuntu 9.04. I am getting dependency resolution failed and it directs me to remove libgd2-noxpm module. KPackageKit is not progressing

[sage-support] Re: Upgrading Sage Notebook

2009-05-08 Thread mabshoff
On May 8, 4:00 pm, William Stein wst...@gmail.com wrote: On Fri, May 8, 2009 at 11:55 AM, IanSR ijsto...@alumni.uwaterloo.ca wrote: How do I copy users from one sage Notebook to another Sage Notebook? Sage-4.0 will support download/upload all worksheets to a zip file functionality. That

[sage-support] Re: Update R to the 2.9 release with milestone Sage 4.0

2009-05-07 Thread mabshoff
On May 7, 4:24 pm, Mike Hansen mhan...@gmail.com wrote: On Thu, May 7, 2009 at 4:15 PM, mabshoff michael.absh...@mathematik.uni-dortmund.de wrote: Thanks for dong this work so far. Did you ever figure out if libintl was now mandatory? Wasn't it libiconv? Yep, just checked and you

[sage-support] Re: click on Sage icon to get terminal session

2009-05-04 Thread mabshoff
On May 4, 12:40 am, Minh Nguyen nguyenmi...@gmail.com wrote: Hi folks, I received the following question from my blog post at http://mvngu.wordpress.com/2009/03/22/clickable-mac-os-x-app-for-sage... I thought it's more appropriate as a sage-support question. I have built the dmg

[sage-support] Re: outdated version of Sage in Ubuntu 9.04

2009-05-04 Thread mabshoff
On May 4, 2:16 am, chand sarat chandcsa...@gmail.com wrote: Dear All, Hi, It is a fact that for a number of scientific packages, Ubuntu does offer fairly outdated packages: 1. Current Sage package: 3.4.1 and the version offered by Ubuntu 9.04 is Sage 3.0.5. Help is on the way: Debian

[sage-support] Re: outdated version of Sage in Ubuntu 9.04

2009-05-04 Thread mabshoff
On May 4, 2:51 am, ma...@mendelu.cz ma...@mendelu.cz wrote: On 4 Kvě, 11:29, mabshoff michael.absh...@mathematik.uni-dortmund.de wrote: Hi, I would suggest you complain in the Maxima group to have them take a stake into packaging current Maxima releases for Debian/Ubuntu. AFAIK

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

2009-05-04 Thread mabshoff
On May 4, 10:11 am, Iwan Lappo-Danilewski ivanjazz...@gmail.com wrote: Is there a chance that there will be executables that run on my work machine with the next release? No, 3.4.2 won't have the fix, but 4.0 will in roughly two weeks. Or should I start compiling right now and maybe move

[sage-support] Re: using len invokes bad division

2009-05-04 Thread mabshoff
On May 4, 11:01 am, Robert Bradshaw rober...@math.washington.edu wrote: On May 4, 2009, at 10:53 AM, William Stein wrote: SNIP Good point, I hadn't though about that. We could introduce a size()   or cardinality() method that returns an Integer, or possibly infinity. Combinat already uses

[sage-support] Re: problem with sage-vmware 3.4.1 on windows xp

2009-05-04 Thread mabshoff
On May 4, 12:49 pm, Alessandro Torre adessobastadavv...@gmail.com wrote: Hi.Here is the requested output (http://groups.google.com/group/sage-support/browse_thread/thread/df50... ) Good Work. Alessandro Hi Alessandro, in the subsequent email you disassembled the whole file. What I

[sage-support] Re: installing binary of sage-3.4.1 OSX10.4 on G4

2009-05-04 Thread mabshoff
On May 4, 4:25 pm, gsw georgswe...@googlemail.com wrote: Hi all, Hi Georg, after several attempts I was able to produce a Sage-3.4.1dmg the contents of which are drag-and-droppable, and the issue should not arise again (knock on wood) for future versions of Sage. Well, since it

[sage-support] Re: memory leak?

2009-05-03 Thread mabshoff
On May 3, 12:28 am, simon.k...@uni-jena.de wrote: Hi, Is there any reason you opened a new ticket and did not use #5949 as mentioned above? PS: One can then do   sage: for p in primes(2,100):   :     R.x,y,z = GF(p)[]   sage: get_memory_usage()   778.35546875 And:

[sage-support] Re: installing binary of sage-3.4.1 OSX10.4 on G4

2009-05-03 Thread mabshoff
On May 3, 1:01 am, curious davidgal...@gmail.com wrote: Hi David, Mea culpa maxima. The folder /sage/spkg in the .dmg (and its contents) are uncopyable. Keepers of the oracle, is something going to be done about this? The problem is not present with the intel version. Interesting,

[sage-support] Re: memory leak?

2009-05-03 Thread mabshoff
On May 3, 1:20 am, Robert Bradshaw rober...@math.washington.edu wrote: On May 3, 2009, at 1:04 AM, mabshoff wrote: SNIP As is this patch breaks badly: Yep, see http://trac.sagemath.org/sage_trac/ticket/3706 - Robert Do you mean we need an analog fix? I have always been mistrustful

[sage-support] Re: problem with sage-vmware 3.4.1 on windows xp

2009-05-03 Thread mabshoff
On May 3, 12:54 am, Alessandro Torre adessobastadavv...@gmail.com wrote: On 2 Mag, 23:29, mabshoff michael.absh...@mathematik.uni-dortmund.de SNIP So far no one has provided information to what is wrong, i.e. which instruction[s] in what library causes this, so I cannot even start to fix

[sage-support] Re: memory leak?

2009-05-03 Thread mabshoff
FYI: Simon's patch doesn't make any difference for the amount of memory used for sage: while p2^20: : p=next_prime(p) : g=FindGroupOrder(p,11) : In both cases about 2046MB more were used after the loop :(. Simon: Run init_mem=get_memory_usage() before you do anything,

[sage-support] Re: memory leak?

2009-05-03 Thread mabshoff
On May 3, 1:54 am, Alex Ghitza aghi...@gmail.com wrote: On Sun, May 3, 2009 at 6:33 PM, mabshoff michael.absh...@mathematik.uni-dortmund.de wrote: FYI: Simon's patch doesn't make any difference for the amount of memory used for sage: while p2^20: :     p=next_prime(p

[sage-support] Re: memory leak?

2009-05-03 Thread mabshoff
On May 3, 2:00 am, simon.k...@uni-jena.de wrote: Hi Michael, On 3 Mai, 10:04, mabshoff michael.absh...@mathematik.uni-dortmund.de wrote: Is there any reason you opened a new ticket and did not use #5949 as mentioned above? Yes. I did the patch before breakfast :) :) Overall

[sage-support] Re: Sage in Ubunyu 9.04

2009-05-03 Thread mabshoff
On May 3, 10:31 pm, saratchand chandcsa...@gmail.com wrote: Dear Sage Community, Hi, You are aware that Sage has been included in Ubuntu 9.04. I have created a Ubuntu community documentation page for Sage at:https://help.ubuntu.com/community/SAGE It was a rush job at best, by someone

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

2009-05-02 Thread mabshoff
On May 2, 1:29 am, William Stein wst...@gmail.com wrote: On Sat, May 2, 2009 at 1:27 AM, Johan Oudinet johan.oudi...@gmail.com wrote: SNIP $ mount /dev/hda1 on / type ext3 (rw,errors=remount-ro) tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755) proc on /proc type proc

[sage-support] Re: [help!] problem with sage-vmware 3.4.1 on windows xp

2009-05-02 Thread mabshoff
On May 2, 2:04 pm, William Stein wst...@gmail.com wrote: On Sat, May 2, 2009 at 8:53 AM, Alessandro Torre SNIP Is it possible that my processor is obsolete for this version of Sage? Yes. What is the output of    cat /proc/cpuinfo I doubt this will be helpful. Having thought about

[sage-support] Re: Update R to the 2.9 release with milestone Sage 4.0

2009-05-02 Thread mabshoff
On May 2, 3:27 pm, Rolandb rola...@planet.nl wrote: Release 4.0 is soon. So I suggest we split the work. 1) Update R to the latest 2.9 release (ticket #3086) I have no development experiences, but I assume that updating is a straightforward activity (but maybe I'm wrong). I doubt it will

[sage-support] Re: memory leak?

2009-05-01 Thread mabshoff
On May 1, 2:02 am, John Cremona john.crem...@gmail.com wrote: Hi John, The actual cardinality is computed using the pari library (since the field is a prime field and p10**18).  I the leak is in libsingular it must come from constructing the curve, not from computing the cardinality.  So

[sage-support] Re: memory leak?

2009-05-01 Thread mabshoff
On May 1, 12:12 pm, Robert Bradshaw rober...@math.washington.edu wrote: SNIP No that I have a clue how to debug this, so I will poke RobertWB - I am sure he has nothing better to do that to dive into this problem and will be happy to debug this ;) Yep, I bet coercion is leaking rings.

[sage-support] Re: installing binary of sage-3.4.1 OSX10.4 on G4

2009-05-01 Thread mabshoff
On May 1, 12:06 pm, nickname bru...@fordham.edu wrote: Hi, I wonder if the new binary  of sage-3.4.1 OSX10.4  for MAC G4 is correct. or if I am doing something wrong. I have not verified it to work, but I assume it has been well tested by the packager. His builds have worked in the past.

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

2009-05-01 Thread mabshoff
On May 1, 5:48 am, Johan Oudinet johan.oudi...@gmail.com wrote: On Fri, May 1, 2009 at 2:24 AM, mabshoff SNIP Hi Johan, Can you give a little more detail? By sheer accident it was just Well, this is exactly what I've done: 0) ssh to the server as a normal user. 1) download sage

[sage-support] Re: sage-python

2009-05-01 Thread mabshoff
the sage.all module using python Thanks This works: mabsh...@sage:/scratch/mabshoff/sage-3.4.2.rc0$ ./sage -sh Starting subshell with Sage environment variables set. Be sure to exit when you are done and do not do anything with other copies of Sage! mabsh...@sage:/scratch/mabshoff/sage-3.4.2

[sage-support] Re: installing binary of sage-3.4.1 OSX10.4 on G4

2009-05-01 Thread mabshoff
On May 1, 5:42 pm, nickname bru...@fordham.edu wrote: As  said in my email, it is not possible to move the sage folder out of the .dmg container. Yes, I read that already. How does that manifest itself? Do you get an error message? Is the folder not selectable? etc. Also, the only to move

[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: 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: memory leak?

2009-04-29 Thread mabshoff
On Apr 29, 11:11 am, opti iram.che...@gmail.com wrote: Hello, Hi, I am using sage 3.4 I have written a simple sage script to evalute the cardinal of Brent- Suyama elliptic curves s=11 for primes 2^27. Memory usage increases till program (or machine) crashes. The script is the

[sage-support] Re: Why this numerical integral bombs?

2009-04-27 Thread mabshoff
On Apr 26, 11:05 pm, Chris Seberino cseber...@gmail.com wrote: On Apr 26, 1:36 am, mabshoff michael.absh...@mathematik.uni- dortmund.de wrote: I do not see how that rules out clisp 2.47 - or am I just not getting what you are driving at :) I meant if I can recreate the problem from 3.4

[sage-support] Re: bug is subs_expr() ?

2009-04-27 Thread mabshoff
On Apr 26, 9:10 pm, Alex Raichev tortoise.s...@gmail.com wrote: Hi all: Hi Alex, It looks like there's a tiny bug in subs_expr(): it hangs when given the empty dictionary. Alex -- | Sage Version 3.4, Release Date:

[sage-support] Re: Accessing a Sage 'instance' over the web; URL=???

2009-04-27 Thread mabshoff
On Apr 27, 12:31 pm, Justin C. Walker jus...@mac.com wrote: On Apr 27, 2009, at 11:46 , rvaug...@gmail.com wrote: I have successfully installed the latest sage on a Fedora Core 9 machine (name of machine: strings358).  It seems to work fine. One of my users wishes to access this

[sage-support] Re: Why this numerical integral bombs?

2009-04-26 Thread mabshoff
On Apr 25, 10:42 pm, Chris Seberino cseber...@gmail.com wrote: On Apr 25, 7:02 pm, mabshoff michael.absh...@mathematik.uni- dortmund.de wrote: What should I do until Sage 4.0?  Is there a way to tweak my 3.4.1 to use clisp 2.47? Do you mean clisp 2.46 since 3.4.1 ships with clisp

[sage-support] Re: Why this numerical integral bombs?

2009-04-25 Thread mabshoff
On Apr 25, 12:23 am, Paul Zimmermann paul.zimmerm...@loria.fr wrote:        Michael, Hi Paul, And Sage 3.4: | Sage Version 3.4, Release Date: 2009-03-11                         | | Type notebook() for the GUI, and license() for information.        |

[sage-support] Re: Why this numerical integral bombs?

2009-04-25 Thread mabshoff
On Apr 25, 2:17 pm, Chris Seberino cseber...@gmail.com wrote: Hi Chris, On Apr 25, 2:10 am, mabshoff michael.absh...@mathematik.uni- SNIP Hmm. That is weird.  I just compiled 3.4.1 from source and got the same error on the newer version too. Ok. SNIP That seems to be the only delta

[sage-support] Re: Why this numerical integral bombs?

2009-04-25 Thread mabshoff
On Apr 25, 6:38 pm, Chris Seberino cseber...@gmail.com wrote: On Apr 25, 5:36 pm, mabshoff michael.absh...@mathematik.uni- Hi Chris, dortmund.de wrote: Not really, we switched from clisp 2.46 to 2.47 and if you look at    https://groups.google.com/group/sage-devel/t/753a8d2f3c052183

[sage-support] Re: sage error 6520

2009-04-24 Thread mabshoff
On Apr 24, 10:49 am, Mikie thephantom6...@hotmail.com wrote: Hi, Just installed Sage on CentOS 5.3 server.  Local system.  I am getting sage-sage: line 197 6520 Illegal instruction sage-ipyth $@ -i. Any help would be appreciated. What Sage release precisely are you using, i.e. version,

[sage-support] Re: sage error 6520

2009-04-24 Thread mabshoff
On Apr 24, 2:33 pm, Mikie thephantom6...@hotmail.com wrote: Sage is trying to modify the file sage-flags.txt. It should open it read only, but let me check. On Apr 24, 3:29 pm, Mikie thephantom6...@hotmail.com wrote: Version 3.4 for CentOS rel 5_2.   Before I get the error below it says

[sage-support] Re: Why this numerical integral bombs?

2009-04-24 Thread mabshoff
On Apr 24, 7:03 pm, Chris Seberino cseber...@gmail.com wrote: Hi, Notice first and second are very similar except for the cos() and exp (). Why first one ok but second bombs? sage: numerical_integral(sin(pi*cos(x/2)),0,2)[0] 0.85397903781471396 I guess you are using Sage 3.4? Works

[sage-support] Re: Slackware/Zenwalk package

2009-04-23 Thread mabshoff
On Apr 23, 4:28 pm, littlemathteacher relational...@gmail.com wrote: Greetings from Franconia. Hi, I tried to use the compiler to build Sage in my Zenwalk system (Zenwalk is based on Slackware Linux), but this time it did't work (might be due to the antique hardware I am using this time).

[sage-support] Re: Slackware/Zenwalk package

2009-04-23 Thread mabshoff
On Apr 23, 5:41 pm, littlemathteacher relational...@gmail.com wrote: Dear Michael, Hi Markus, thanks. When I returned home this evening the process and the whole system seemed to be frozen as if by memory overload. I slowly tried to close some applications and among them accidentally

[sage-support] Re: old snapshots take a *lot* of space

2009-04-22 Thread mabshoff
On Apr 21, 11:27 pm, Rob Beezer goo...@beezer.cotse.net wrote: Jason, Have a look at: http://trac.sagemath.org/sage_trac/ticket/5371 http://trac.sagemath.org/sage_trac/ticket/5459 There are few other tickets about that are relevant, as well. 3.4.1 should have most of those (except the

[sage-support] Re: Problem in Octave console

2009-04-22 Thread mabshoff
On Apr 22, 12:46 am, Ajay Rawat ajay.rawa...@gmail.com wrote: Well i tried the command sage:octave_version() sage:3.0.0 but when i tried octave_console it replied... octave: /usr/local/sage-3.2.3-Ubuntu8.04LTS-64bit-Intel-x86_64-Linux/local/lib/l\ ibz.so.1: no version

[sage-support] Re: Sage 3.2.3 notebook crashes on running standard sws file

2009-04-22 Thread mabshoff
On Apr 22, 10:31 am, SG srikanth.gane...@gmail.com wrote: Hi, Hi, I am a beginner trying to use Sage. I am running Sage 3.2.3 on a Win XP machine. I use the notebook instead of the command prompt. I found that if I run some of the demo programs like a 3d plot, it crashed my IE window and

[sage-support] Re: Errors building sage on Linux: jinja and clisp

2009-04-21 Thread mabshoff
On Apr 20, 11:18 pm, meanerelk meaner...@gmail.com wrote: Hi, Thanks for your help! No problem. I can confirm that making 3.4.1.-rc4 worked just fine. Getting rid of clisp for 4 sounds good. You don't even know how happy I will be once it is gone :) However, there is another niggling

[sage-support] 3.4.2 merge plans

2009-04-21 Thread mabshoff
Hello folks, now that 3.4.1 is more or less done the plan for 3.4.2 is emerging. The main goal here is to get out a release quickly and mop up loads of patches in trac which have been reviewed or are awaiting review. I have moved every open patch from 3.4.2 to 4.0 to keep the 3.4.2 milestone

[sage-support] Re: sage interact. Can one run it on the web?

2009-04-21 Thread mabshoff
On Apr 21, 1:07 am, Nasser Abbasi n...@12000.org wrote: Hi, Simple question I hope. I see a number of interesting sage interaction code here:http://wiki.sagemath.org/interact Right now, to run any, I copy the code to my open notebook in the browser (I am on windows, so I am using VMWare

[sage-support] Re: Errors building sage on Linux: jinja and clisp

2009-04-21 Thread mabshoff
On Apr 21, 4:49 pm, meanerelk meaner...@gmail.com wrote: Sure, here is the full output:http://www.sendspace.com/file/iulbgo Starting the notebook with various other arguments causes problems in other ways, too. For instance, if I start it with notebook (address='', secure=True) I get a

[sage-support] Re: Can't get away from Sage 3.4 login prompt to start notebook

2009-04-21 Thread mabshoff
On Apr 21, 3:55 pm, Greg Grunberg grunb...@wans.net wrote: Hi Greg, Attached as a .JPG file is the requested screenshot. Greg Grunberg The screenshot reveals that your CPU is not advanced enough to run this binary build of Sage, i.e. it is missing SSE3 instructions. You can force it to run

[sage-support] Re: Can't get away from Sage 3.4 login prompt to start notebook

2009-04-21 Thread mabshoff
On Apr 21, 9:45 pm, William Stein wst...@gmail.com wrote: 2009/4/21 mabshoff michael.absh...@mathematik.uni-dortmund.de: On Apr 21, 3:55 pm, Greg Grunberg grunb...@wans.net wrote: Hi Greg, Attached as a .JPG file is the requested screenshot. Greg Grunberg The screenshot

[sage-support] Re: How do I make a modified code effective?

2009-04-20 Thread mabshoff
On Apr 20, 12:00 am, Kwankyu ekwan...@gmail.com wrote: Hi, Hi Kwankyu, After I modify some codes in a Sage library file, I can rebuild by the command !sage -b right in the running Sage. Then could I make the modified code be effective without exiting the running Sage? Or do I have to

[sage-support] Re: Errors building sage on Linux: jinja and clisp

2009-04-20 Thread mabshoff
On Apr 20, 3:46 pm, meanerelk meaner...@gmail.com wrote: Hi, Here is clisp's build.log and error.log: http://www.sendspace.com/file/fct6vuhttp://www.sendspace.com/file/gnroy3 The only error is: sspvw_sigsegv.d:94: error: too few arguments to function ‘sigsegv_leave_handler’ I have

[sage-support] Re: faster alternative to using maxima's part function

2009-04-20 Thread mabshoff
On Apr 20, 3:53 pm, bsdz blai...@googlemail.com wrote: Hi, Hi Blair, Is anyone aware of an alternative to maxima's part function. http://maxima.sourceforge.net/docs/manual/en/maxima_6.html#IDX182 It allows one to access any part of an algebraic expression using various indexes. A list

[sage-support] Re: Errors building sage on Linux: jinja and clisp

2009-04-20 Thread mabshoff
On Apr 20, 3:56 pm, mabshoff michael.absh...@mathematik.uni- dortmund.de wrote: On Apr 20, 3:46 pm, meanerelk meaner...@gmail.com wrote: Hi SNIP However, it has been out for months, so I am surprised no one else seems to have had this problem. Well, clisp is quite buggy to say

[sage-support] Last couple reviews for 3.4.1.rc4

2009-04-19 Thread mabshoff
We are quite close to 3.4.1.rc4 and the remaining open tickets are at http://trac.sagemath.org/sage_trac/query?status=assignedstatus=newstatus=reopenedorder=idcol=idcol=summarycol=ownercol=typecol=prioritycol=componentcol=reportermilestone=sage-3.4.1 The situation in detail is currently: No

[sage-support] Re: Last couple reviews for 3.4.1.rc4

2009-04-19 Thread mabshoff
Ooops, wrong group - if you want to follow up please do so in sage- devel. Cheers, Michael --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to

[sage-support] Re: I was using sage-3.1.4 upgrade to 3.4 and have memory issues

2009-04-18 Thread mabshoff
On Apr 18, 6:53 pm, William Stein wst...@gmail.com wrote: 2009/4/18 Jorge E. ´Sanchez Sanchez hnr...@hotmail.com: SNIP So I went back, to install the previous version available in the download page: sage-vmware-3.2.3, it worked for a while but very slowly all the time, after that when

[sage-support] Re: Ubuntu 8.04 Sage tarball doesn't work in Ubuntu 9.04?

2009-04-17 Thread mabshoff
On Apr 16, 10:33 pm, Chris Seberino cseber...@gmail.com wrote: Hi Chris, Which Sage tarball/package should I use for Ubuntu 9.04 (Jaunty beta) ?? The Ubuntu 8.10 tarball doesn't work there.  I get 9587 Illegal instruction Did you remove the sage-flags.txt after you got a warning? Then

[sage-support] Re: 3.4 binary for Fedora 10 crashes

2009-04-14 Thread mabshoff
On Apr 13, 8:53 pm, Rado rki...@gmail.com wrote: Hi, Does that mean that also I cannot compile sage myself on a non-sse3 machine (like my old amd64)? When I try I get Illegal instructions but not sure if its the cpu or something with the dependencies. The problem is ATLAS build by Sage,

[sage-support] Re: hg_sage.pull() fails in notebook

2009-04-14 Thread mabshoff
On Apr 14, 4:44 pm, Alex Raichev tortoise.s...@gmail.com wrote: Hi all: Hi Alex, I want to sync my version of Sage 3.4 with the latest change sets.  So in a notebook worksheet i typed hg_sage.pull() and got the error cd /Applications/sage/devel/sage hg status cd

[sage-support] Re: Sage 3.4 Installation on OS X 10.5 Errors

2009-04-13 Thread mabshoff
On Apr 13, 9:57 am, kaufma kaufmanne...@gmail.com wrote: Hi, I am updating sage on OSX 10.5 lab machines. I downloaded .dmg file then I copied the sage folder over to all of the workstations. I get the following message when I try to open Sage. You must compile sage first using the

[sage-support] Re: Sage 3.4 Installation on OS X 10.5 Errors

2009-04-13 Thread mabshoff
On Apr 13, 10:13 am, Eric Kaufmann kaufmanne...@gmail.com wrote: Binary did work before I copied it. A version of sage was already installed on the systems. When I copied it over the older version of sage was deleted first. This worked w/o any issues on the first test machine I did this on.

[sage-support] Re: Licensing and copyright of sage contributions

2009-04-13 Thread mabshoff
On Apr 13, 4:40 pm, Rolando san...@gmail.com wrote: Hi, Is it possible to make a contribution of code to Sage which has no license and no copyright? No, it should be licensed in a GPL V2+ compatible way. The Sage Programming Guide seems to suggest that copyright should be given to

[sage-support] Re: GCC for Mac OS X

2009-04-12 Thread mabshoff
On Apr 12, 8:42 pm, pong wypon...@gmail.com wrote: Hi, I wrote couple sage scripts and would like to compile them in Mac OS 10.5. If you did write Sage code that is not Cython code you do not need any compiler or am I misunderstanding you? Looks like I need GCC. How can I install one? A

[sage-support] Re: Dependencies

2009-04-08 Thread mabshoff
On Apr 8, 1:50 am, mindbound astro...@gmail.com wrote: Hi, Hello, I have question which, although probably being trivial or irrelevant at all, still bothers me for some time. Namely, if I already have installed on my computer a significant part of Sage's constituent packages (ATLAS, BLAS,

[sage-support] Re: Processes followup

2009-04-08 Thread mabshoff
On Apr 8, 1:11 pm, William Stein wst...@gmail.com wrote: On Wed, Apr 8, 2009 at 12:14 PM, kcrisman kcris...@gmail.com wrote: You probably don't have nearly enough RAM to support running several Sage processes.   Perhaps your use of ulimit to limit resource consumption isn't setup very

[sage-support] Re: Linux CentOS sage install problem

2009-04-07 Thread mabshoff
On Apr 7, 2:20 pm, William Stein wst...@gmail.com wrote: On Tue, Apr 7, 2009 at 12:14 PM, Timothy Clemans Are you trying to build from source or use a binary? You're on Bluehost right trying to use Sage? I don't think there's a binary for CentOS There are CentOS binaries:    

[sage-support] Re: jmol problem

2009-04-04 Thread mabshoff
On Apr 4, 3:12 pm, Carl Witty carl.wi...@gmail.com wrote: On Apr 3, 10:14 pm, William Stein wst...@gmail.com wrote: SNIP Actually, I just realized I could check this for myself, so I did... I don't see anything about the OOM killer, but there is a recurring, strange error message about

[sage-support] Re: sage-3.4 fails on gmp-mpir-0.9

2009-03-28 Thread mabshoff
On Mar 28, 4:52 am, Roger Mason rma...@esd.mun.ca wrote: Hello, Hi Roger, I tried to post the above problem to sage-devel, as instructed by the failure report but my message was rejected. You have to be subscribed. Here is the machine information: SNIP The last bit of the install log

[sage-support] Re: sage.math out for a break?

2009-03-28 Thread mabshoff
On Mar 28, 1:48 pm, Justin C. Walker jus...@mac.com wrote: Hi, I can't get to sage.math: ports 80 (http) and 22 (ssh) don't respond   and attempts to connect time-out.  'ping' works, FWIW. Must be a local problem, I can log in without problems. Things can be a little slow via http, but

[sage-support] Re: Strange construction in autogenerated Python

2009-03-26 Thread mabshoff
On Mar 26, 10:24 pm, Timothy Clemans timothy.clem...@gmail.com wrote: Instead of actually modifying Python to fix some annoyances Sage uses IPython to preparse the code. For example in Sage 4 ^ 6 is preparsed into 4 ** 6. Yep. On Thu, Mar 26, 2009 at 9:52 PM, Greg Kuperberg

[sage-support] Re: OS X Clickable application

2009-03-19 Thread mabshoff
On Mar 19, 9:35 am, William Stein wst...@gmail.com wrote: On Thu, Mar 19, 2009 at 6:46 AM, Byungchul Cha cha3...@gmail.com wrote: I must misunderstand something very trivial. I followed the steps described at the release tour of Sage 3.3, except that I replaced 3.3 with 3.4, since I

[sage-support] Re: Cannot copy on OSX

2009-03-16 Thread mabshoff
On Mar 15, 5:04 pm, Jim Clark jimfortheea...@earthlink.net wrote: On Mar 14, 2009, at 4:52 PM, mabshoff wrote: Hi Jim, I have downloaded both Michael's .dmg and the one from http:// sage.math.washington.edu/sage/osx/powerpc/index.html In both cases, after I start sage, it fails

[sage-support] Re: Cannot copy on OSX

2009-03-16 Thread mabshoff
On Mar 16, 8:54 am, kcrisman kcris...@gmail.com wrote: It copied ok, but then... SNIP ImportError: dlopen(/Users/.../sage/local/lib/python2.5/site-packages/ sage/misc/randstate.so, 2): Library not loaded: /tmp/fooo/sage-3.4/ local/lib/libgmp.3.dylib   Referenced from:

[sage-support] Re: Importing modules and packages from gobal python install

2009-03-16 Thread mabshoff
On Mar 16, 4:38 am, Ahmed Fasih wuzzyv...@gmail.com wrote: Flavio, I will defer to a more expert Sage user on importing global python libraries into Sage but I will offer my own experiences in installing libraries into Sage. Since Sage has a complete Python installation in it (accessible

[sage-support] Re: renaming the sage directory

2009-03-16 Thread mabshoff
On Mar 16, 4:33 am, Stan Schymanski schym...@gmail.com wrote: Dear all, When I re-name my sage directory on Mac OS 10.4.11, it usually re- codes the install path and works without any further complaints. However, since version 3.3 I noticed the following warning:

[sage-support] Re: Importing modules and packages from gobal python install

2009-03-16 Thread mabshoff
On Mar 16, 11:03 am, Flavio Coelho fccoe...@gmail.com wrote: Thanks Ahmed, I wish Sage could integrate better into my system, since I develop mainly in Python and wanted to be able to run my code from within Sage, but without having to have duplicate installs of the packages I need to

[sage-support] Re: OS X Startup Problem

2009-03-16 Thread mabshoff
On Mar 16, 11:18 am, william wll...@gmail.com wrote: Hi, Platform/OS: MAC OS X 10.5 SAGE Version 3.0.2, Release Date: 2008-05-24 Just after installing Sage, the startup time on my system increased significantly (it is now 2.5 minutes!). Ok. Where did you install Sage? Does uninstalling

[sage-support] Re: Problem in Installation

2009-03-16 Thread mabshoff
On Mar 16, 5:53 am, Karthick btkarth...@gmail.com wrote: Hi, Hi Karthick, i am a newbie to sage. i tried to install sage in my Fedora Linux machine. I downloaded the binary files one for Fedora named  sage-3.4- Fedora_release_9-i686-Linux.tar(1). As instructed i untar the file and rename

[sage-support] Re: Sage 3.4 on SuSE Enterprise Server

2009-03-15 Thread mabshoff
On Mar 15, 10:55 pm, Miron miroslaw.r...@csiro.au wrote: Hello, Hi Miron, I have tried to build Sage 3.4 on SuSE Enterprise Server 10.2 but got an error:    checking whether gcc is new enough... configure: error: please upgrade to gcc 3.x or 4.x    ERROR: You do not have all of the

[sage-support] Re: Sage 3.4 on Fedora: cannot execute binary file

2009-03-14 Thread mabshoff
On Mar 14, 10:24 am, William Stein wst...@gmail.com wrote: On Sat, Mar 14, 2009 at 10:16 AM, davidp dav...@reed.edu wrote: Is it strange, then, to list this binary under 32bit: http://sagemath.org/bin/linux/32bit/index.html Also, I don't see a release for i686.  Perhaps that will come

[sage-support] Re: Cannot copy on OSX

2009-03-14 Thread mabshoff
On Mar 13, 11:30 am, Carl Witty carl.wi...@gmail.com wrote: On Mar 13, 11:02 am, mabshoff michael.absh...@mathematik.uni- dortmund.de wrote: On Mar 13, 10:55 am, kcrisman kcris...@gmail.com wrote: Any ideas? The build box where that binary is being build had some changes

[sage-support] Re: Cannot copy on OSX

2009-03-13 Thread mabshoff
On Mar 13, 10:55 am, kcrisman kcris...@gmail.com wrote: Dear Support, Just downloaded a binary for 3.4 for OSX.4 off the webpage, and it won't fully copy from the dmg to my computer.  To be precise, I get the following type of complaint: 'You cannot copy some of these items to the

[sage-support] Re: recompile sage in MAC OSX

2009-03-13 Thread mabshoff
On Mar 13, 12:02 pm, John H Palmieri jhpalmier...@gmail.com wrote: On Mar 13, 7:29 am, Norbert Werner Sauer nsa...@math.ucalgary.ca wrote: Hi; I changed the delimiters of matrices in the file: By the way, in the latest version of Sage (3.4), you can use the command

[sage-support] Re: Build sage 3.4 failed. Missing fortran flags

2009-03-12 Thread mabshoff
On Mar 12, 7:54 am, koch.peerjoac...@googlemail.com koch.peerjoac...@googlemail.com wrote: Hi, Hi, I'm trying to build sage from the source on our cluster. The cluster is running under SLES9SP3 (all AMD Opterons). We are normaly using PGI compiler (8.0.X) for fortran. The installation is

  1   2   3   4   5   6   7   >