[Numpy-tickets] [NumPy] #643: Traceback when imported after gtk
NumPy
numpy-tickets@scipy....
Thu Jan 10 11:29:10 CST 2008
#643: Traceback when imported after gtk
--------------------+-------------------------------------------------------
Reporter: marco | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.0.5
Component: Other | Version: none
Severity: normal | Keywords:
--------------------+-------------------------------------------------------
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'
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/643>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list