Re: [pygccxml-development] How to get back an "emergency API"?
Brought to you by:
mbaas,
roman_yakovenko
From: Matthias B. <ba...@ir...> - 2006-03-08 20:52:22
|
Allen Bierbaum wrote: > Sort of right. I do have time to get the current API working once I > understand how to get at the wrappers. Well, it works for me (using the unmodified pypp_api module as it is stored in cvs in the experimental directory). When I print "parsed_decls" in parse() I get: [<pyplusplus.decl_wrappers.namespace_wrapper.namespace_t object at 0xb75f50cc>] Just make sure you don't load an old declaration tree from any cache that is still lying around. But a few lines later I get an exception because code_creators.decl_decorator_t doesn't exist. This was a class from your patch, right? - Matthias - |