[f2py] __version__ causing some problems in latest CVS
eric
eric@enthought.com
Thu, 24 Jan 2002 02:38:43 -0500
Hey Pearu,
I'm getting the following error when I try and run the latest f2py out of
the CVS.
C:\WINDOWS\SYSTEM32>f2py
Traceback (most recent call last):
File "C:\python21\Scripts\f2py.py", line 55, in ?
f2py_version=f2py_version+eval(v[string.find(v,'.')+1:])
File "C:\Python21\lib\string.py", line 171, in find
return s.find(*args)
AttributeError: '__version__' module has no attribute 'find'
I stuck a print statement in, and found the error occured when trying to get
__version__ from crackfortran. It looks like the __version__ module is
loaded after the __version__ string is set there.
thanks,
eric
--
Eric Jones <eric at enthought.com>
Enthought, Inc. [www.enthought.com and www.scipy.org]
(512) 536-1057