17 Sep
2002
17 Sep
'02
10:14 p.m.
On Tue, 17 Sep 2002, Jing (George) Cao wrote:
error: Traceback (most recent call last): File "<stdin>", line 1, in ? File "weave/inline_tools.py", line 275, in inline call_frame = sys._getframe().f_back AttributeError: _getframe
Clearly, Jing is running pre 2.1 python. Eric, if you wish to have a weave support for python 2.0, then in scipy_distutils/misc_util.py there is a function get_frame that you could use to overcome the attribute error above. Pearu