[Numpy-tickets] [NumPy] #875: numpy.lib.io.save fails with NameError
NumPy
numpy-tickets@scipy....
Tue Oct 28 04:25:49 CDT 2008
#875: numpy.lib.io.save fails with NameError
-----------------------+----------------------------------------------------
Reporter: hvontres | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.lib | Version: none
Severity: major | Resolution:
Keywords: |
-----------------------+----------------------------------------------------
Comment (by Zbyszek_Szmek):
> NameError: global name 'sorted' is not defined
This looks like some strange python setup bug. Do you still have this
problem?
I tried this in a few places, it works everywhere. 'sorted' is a builtin
function.
Could you check if you have 'sorted' available when you start python?
(python -c 'print sorted' should print '<built-in function sorted>')
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/875#comment:3>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list