Issue 22 in f2py: A bug? parser.analyze() caused error in r58

1 view
Skip to first unread message

f2...@googlecode.com

unread,
May 1, 2010, 1:41:53 PM5/1/10
to f2py-...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 22 by TakaoKotani: A bug? parser.analyze() caused error in r58
http://code.google.com/p/f2py/issues/detail?id=22

In rev58, I did
reader = FortranFileReader(ffile)
reader.set_mode(isfree=False,isstrict=False)
parser=FortranParser(reader,ignore_comments=False)
parser.parse()
parser.analyze()
where ffile is bndfp.F, which I attatched in Issue 21.
In other words, I just insered line parser.analyze() in Issue 21.
Then it ends up with
AttributeError: 'Line' object has no attribute 'analyze'.


Reply all
Reply to author
Forward
0 new messages