Re: [pygccxml-development] Recent changes
Brought to you by:
mbaas,
roman_yakovenko
|
From: Matthias B. <ba...@ir...> - 2006-05-02 12:26:23
|
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'
- Matthias -
|