Ticket #643 (closed defect: fixed)
Tracebacks in Turkish locales
| Reported by: | marco | Owned by: | rkern |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1.0 |
| Component: | Other | Version: | none |
| Keywords: | Cc: |
Description (last modified by rkern) (diff)
The following result in a traceback. I suspect it might be related to the fact that importing gtk changes the default encoding to utf-8. I'm using python 2.5.1 and numpy 1.0.3.1
LANG=tr_TR.UTF-8 python -c "import gtk, numpy"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib64/python2.5/site-packages/numpy/__init__.py", line 39, in <module>
import core
File "/usr/lib64/python2.5/site-packages/numpy/core/__init__.py", line 8, in <module>
import numerictypes as nt
File "/usr/lib64/python2.5/site-packages/numpy/core/numerictypes.py", line 241, in <module>
void = allTypes['void']
KeyError: 'void'
Change History
Note: See
TracTickets for help on using
tickets.
