Re: [pygccxml-development] Recent changes
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2006-05-03 05:18:05
|
On 5/2/06, Matthias Baas <ba...@ir...> wrote: > Roman Yakovenko wrote: > > 5. New bugs! Please test py++. > > Maybe here is one, I get the following error when I run my script with > latest pyplusplus: > > File "pypp_setup.py", line 538, in autoArgPolicies > if decl.ignore: > File ".../pyplusplus/decl_wrappers/decl_wrapper.py", line 67, in > _get_ignore > return self._ignore or not self.exportable > File ".../pyplusplus/decl_wrappers/decl_wrapper.py", line 91, in > get_exportable > if self._exportable is None: > AttributeError: 'constructor_t' object has no attribute '_exportable' I need help with the problem. I don't understand how it could happen. ( I am sure you are current on the whole source tree, right ? ) It could be nice if you can track this problem. I think this can happen onl= y if decl_wrapper.constructor_t class does not call __init__ methods of its base classes. If you can not, can you send me small piece of code/xml that reproduce the problem. I will try to solve it. Thanks > - Matthias - -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |