Re: [pygccxml-development] How to get back an "emergency API"?
Brought to you by:
mbaas,
roman_yakovenko
From: Allen B. <al...@vr...> - 2006-03-08 21:13:36
|
Matthias Baas wrote: > 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? Yes. That is the part I want to fix up. Good suggestion on the cache. I will check that tonight (in about 5 hours). If that is the problem I should be able to get most of the API back up and working tonight. -Allen > > - Matthias - > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > pygccxml-development mailing list > pyg...@li... > https://lists.sourceforge.net/lists/listinfo/pygccxml-development > |