Opened 15 years ago
Closed 15 years ago
#1604 closed defect (fixed)
[with patch, spkg, needs review] more locale problems with python exposed by matplotlib
Reported by: | was | Owned by: | was |
---|---|---|---|
Priority: | major | Milestone: | sage-2.10.1 |
Component: | packages: standard | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
On a linux box the function setlocale in locale.py sometimes files for some weird locals, which breaks matplotlib. We patch the python spkg so instead of giving an error in that case, it just uses the default locale.
NOTE: This might be hackish -- probably the right fix would be to somehow change matplotlib.
Change History (7)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 15 years ago by
Summary: | more locale problems with python exposed by matplotlib → [with patch spkg] more locale problems with python exposed by matplotlib |
---|
comment:4 Changed 15 years ago by
Summary: | [with patch spkg] more locale problems with python exposed by matplotlib → [with patch, spkg, needs review] more locale problems with python exposed by matplotlib |
---|
comment:6 Changed 15 years ago by
The updated spkg at
http://sage.math.washington.edu/home/mabshoff/release-cycles-2.10.1/alpha1/python-2.5.1.p12.spkg
contains this fix.
comment:7 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Merged in Sage 2.10.1.alpha1
Note: See
TracTickets for help on using
tickets.
The updated spkg is at
If you just do "sage -upgrade" before making the next version of Sage, you'll get this fixed package.