[pygccxml-development] AttributeError in r598
Brought to you by:
mbaas,
roman_yakovenko
From: Kevin B. <kev...@gm...> - 2006-10-04 02:34:05
|
Starting with SVN r598, I began getting this error: Traceback (most recent call last): File "./test.py", line 56, in <module> builder.build_code_creator(module_name='test') File "C:\Program Files\Python\lib\site-packages\pyplusplus\module_builder\builder.py", line 247, in build_code_creator self.__code_creator = creator.create() File "C:\Program Files\Python\lib\site-packages\pyplusplus\module_creator\creator.py", line 461, in create declarations.apply_visitor( self, decl ) File "C:\Program Files\Python\Lib\site-packages\pygccxml\declarations\algorithm.py", line 263, in apply_visitor getattr( visitor, fname )() File "C:\Program Files\Python\lib\site-packages\pyplusplus\module_creator\creator.py", line 687, in visit_class for redefined_func in cls_decl.redefined_funcs(): File "C:\Program Files\Python\lib\site-packages\pyplusplus\decl_wrappers\class_wrapper.py", line 386, in redefined_funcs is_same_function = declarations.is_same_function AttributeError: 'module' object has no attribute 'is_same_function' The error sticks all the way from 598 to HEAD. 597 and earlier don't have this error. I verified that it's not my previous cache upgrade problem. :-) Thanks, --- kevin |