[New-bugs-announce] [issue11636] fh is not defined in npyio.py fromregex

William Dawson report at bugs.python.org
Tue Mar 22 19:14:17 CET 2011


New submission from William Dawson <williamanthonydawson at gmail.com>:

NameError: global name 'fh' is not defined
File "/Users/williamdawson/Programs/fat_wip.py", line 263, in <module>
  header_gal = readheader(gal_cat)
File "/Users/williamdawson/Programs/tools.py", line 96, in readheader
  [('column',numpy.int16),('name','S10')])
File "/Library/Frameworks/EPD64.framework/Versions/7.0/lib/python2.7/site-packages/numpy/lib/npyio.py", line 972, in fromregex

Note that this code works perfectly fine with the python 2.6 EPD release.

----------
components: None
files: npyio.py
messages: 131758
nosy: William.Dawson
priority: normal
severity: normal
status: open
title: fh is not defined in npyio.py fromregex
type: crash
versions: Python 2.7
Added file: http://bugs.python.org/file21338/npyio.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11636>
_______________________________________


More information about the New-bugs-announce mailing list