Scenario: clean install
I have the sage-4.8-OSX-64bit-10.6-x86_64-Darwin-app.dmg but it's
giving me the following error ...
Last login: Wed Apr 4 17:05:00 on ttys003
'/Applications/Sage-4.8-OSX-64bit-10.6.app/Contents/Resources/sage'/sage
--notebook
device-b72924:~ jollyrotten$
'/Applications/Sage-4.8-OSX-64bit-10.6.app/Contents/Resources/sage'/sage
--notebook
Traceback (most recent call last):
File "/Applications/Sage-4.8-OSX-64bit-10.6.app/Contents/Resources/sage/local/bin/sage-notebook",
line 3, in <module>
import os, sys, socket
File "/Applications/Sage-4.8-OSX-64bit-10.6.app/Contents/Resources/sage/local/lib/python/socket.py",
line 46, in <module>
import _socket
ImportError: No module named _socket
device-b72924:~ jollyrotten$
Any suggestions?
Thanks!
I have 32 bit Snow Leopard but I thought that I could run 64 bit apps,
I can, can't I?
Regards,
Anthony
--
To post to this group, send an email to sage-...@googlegroups.com
To unsubscribe from this group, send an email to sage-devel+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org
> Hi Sage people,
>
> Scenario: clean install
[snip]
> I have 32 bit Snow Leopard but I thought that I could run 64 bit apps,
> I can, can't I?
What hardware system are you using. As David said, you can't run 64-bit software on 32-bit hardware, but you can run 64-bit software on 64-bit hardware even if your OS (Kernel) is running in 32-bit mode.
So, for 10.6, it's the hardware that dictates whether you can run 64-bit software.
Justin
--
Justin C. Walker, Curmudgeon-at-Large
() The ASCII Ribbon Campaign
/\ Help Cure HTML Email
ImportError: No module named _socket
I have a white Macbook about 3 years old, designated a Macbook5,2
http://www.everymac.com/systems/apple/macbook/specs/macbook-core-2-duo-2.13-white-13-mid-2009-nvidia-specs.html
It's got 2ghz Core 2 duo so it's definitely got a 64bit cpu as in it
would run 64 bit Linux no bother but I'm running Snow Leopard in 32
bit mode so the core OS (kernel and extensions) is in 32 bit mode
(boooo).
I can run 64bit apps though so for instance Safar and iTerm are in 64
bits so that's why I downloaded the 64 version (dmg) of Sage.
I don't really see how this relates to the error. Maybe until these
issues are ironed out it would be better if Sage released one version
(a 32 bit one) for MacOSX that installs without a hitch and runs
without any faffing about. There's no need to over-complicate things
and as it is the users first impression of Sage it is important. Don't
get me wrong at all, I don't mind personally, just trying to give
helpful advice.
Which version should I download by the way? Could you give me a link?
Thanks.
2012/4/4 Georg S. Weber <georg...@googlemail.com>:
To be very clear about this to avoid confusion.I have a white Macbook about 3 years old, designated a Macbook5,2
http://www.everymac.com/systems/apple/macbook/specs/macbook-core-2-duo-2.13-white-13-mid-2009-nvidia-specs.htmlIt's got 2ghz Core 2 duo so it's definitely got a 64bit cpu as in it
would run 64 bit Linux no bother but I'm running Snow Leopard in 32
bit mode so the core OS (kernel and extensions) is in 32 bit mode
(boooo).
I can run 64bit apps though so for instance Safar and iTerm are in 64
bits so that's why I downloaded the 64 version (dmg) of Sage.I don't really see how this relates to the error. Maybe until these
issues are ironed out it would be better if Sage released one version
(a 32 bit one) for MacOSX that installs without a hitch and runs
without any faffing about. There's no need to over-complicate things
and as it is the users first impression of Sage it is important. Don't
get me wrong at all, I don't mind personally, just trying to give
helpful advice.Which version should I download by the way? Could you give me a link?
Thanks.
This worked a treat. No hitches. Asked me for an admin password,
popped open a browser window after.
Sage does not show up as a 64 bit app in activity monitor by the way ...
Lucky you in beautiful España!
Regards from chilly Ireland,
Anthony
2012/4/5 Georg S. Weber <georg...@googlemail.com>:
No problem with a "p0" version it seems. Perhaps this is the only one
that should be offered on mirrors? Thanks for your advice. I don't
know if I had stale processes and whatnot but I noticed before I
reinstalled that there were some sage processes hanging around so I
killed them from the command line before installing p0 thingy. So far
so good now though.
Regards,
Anthony
2012/4/5 Ivan Andrus <darth...@gmail.com>:
I'm glad it worked for you. The "p0" version is the only one for download, at least on the Freie Universität Berlin, Germany mirror.
-Ivan
There was a discussion on sage-devel [1]. For some reason I thought the problem occurred on PPC machines as well.
All I did to create them was to change one line of start-sage.sh (same effective change as #12161). I didn't rebuild them so there should be absolutely no problems (famous last words) even on PPC. I still wish there were a non-hacky way we could distribute them both on the same dmg. It would simplify things so much.
-Ivan
[1] http://comments.gmane.org/gmane.comp.mathematics.sage.devel/57621