On Feb 21, 2:01 pm, "[email protected]" <[email protected]> wrote: > Hi, I just downloaded this version of SAGE: > > sage-4.6-OSX-32bit-10.4-i386-Darwin.dmg > > and attempted to install it on my macbook pro with Intel Core 2 Duo, > running > Mac OS X 10.4.11. After > > (1) dragging and dropping the sage folder from dmg into Applications > (2) Double-Clicking on the new sage icon > (3) Selecting "Terminal" and Clicking on "Update" > > I got this error message in the newly opened terminal window: > > Last login: Mon Feb 21 11:35:40 on ttyp1 > /Applications/sage/sage; exit > Welcome to Darwin! > macbook:~ kmcmurdy$ /Applications/sage/sage; exit > -------------------------------------------------------------- > -------- > | Sage Version 4.6, Release Date: 2010-10-30 | > | Type notebook() for the GUI, and license() for information. | > -------------------------------------------------------------- > -------- > The Sage install tree may have moved > (from /Users/Shared/sage/sage-4.6 to /Applications/sage) > Changing various hardcoded paths > (please wait at most a few minutes)... > Do not interrupt this. > Done resetting paths > Traceback (most recent call last): > File "/Applications/sage/local/bin/sage-cleaner", line 100, in <module> > setup_daemon() > File "/Applications/sage/local/bin/sage-cleaner", line 94, in setup_daemon > pid = open(pidfile).read() > IOError: [Errno 22] Invalid argument > sage: > > After this, SAGE would not do even basic calculations for me. I got a > lengthy error message from "3*11". Is there an easy way to fix this? I > actually tried reinstalling and the same thing > happened. Perhaps I have some bad data from an earlier version of sage that > needs to be expunged. Thanks.
It's possible that the contributed binary was compiled improperly. Remember, you can also always download the source, type make, and wait a few hours (on your machine, probably not that long). Still, hopefully someone else will have an idea as to what might have gone wrong. You have not had troubles with downloaded binaries before, I assume? - kcrisman -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
