Re: [pygccxml-development] A way to turn off indexing suite?
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2006-06-22 20:14:41
|
On 6/22/06, Allen Bierbaum <al...@vr...> wrote: > Is there a way to disable the new code that automagically generated > indexing suite wrappers? I just committed some changes that allow this. mb.build_code_creator( ..., enable_indexing_suite=False ) > It has broken all my modules where I used to > do this manually and the generated code says it can't compile anyway. If I understand you right, the manual code that you added worked okay, but code generated by py++ is not? What do you mean "It has broken all my modules where I used to do this manually"? May be you find a bug? Do you care to explain? Thanks -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |