#7193: os x 10.6 -- print warning about Sage being broken, so we can release
-----------------------+----------------------------------------------------
Reporter: was | Owner: tbd
Type: defect | Status: needs_info
Priority: blocker | Milestone: sage-4.1.2
Component: algebra | Keywords:
Work_issues: | Author:
Reviewer: | Merged:
-----------------------+----------------------------------------------------
Comment(by jhpalmieri):
Replying to [comment:5 jason]:
> if you use the python platform module, you can check specifically for
10.6:
I think the test {{{if os.uname()[2] == "10.0.0"}}} does check
specifically for 10.6. If you're running OS X 10.5, then os.uname()[2]
returns "9.8.0" (at least on my machine. (On the other hand,
{{{platform.mac_ver()}}} doesn't return anything with 10.5: I get {{{('',
('', '', ''), '')}}} as output.)
As for the warning, in addition or instead, should we put a notice up on
sagemath.org, on the Mac download page?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7193#comment:6>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en
-~----------~----~----~----~------~----~------~--~---