From: Joerg F. <jf...@sa...> - 2003-12-12 08:54:26
|
>>>>> "Leif" == Leif Johnson <le...@am...> writes: Leif> I'm still hacking on the Python wrapper generator. It's a bit slow Leif> going, but progress is happening. I think the wrappers will be really Leif> clean when they're finished ; there is a nice mapping between Python Leif> objects and the CCM component structure, at least so far. The big issue Leif> is going to be converting interfaces to Python and back---eech. I'm not sure if I mentioned this already. In the wx-utils package that you can download from http://sourceforge.net/projects/confix, there is a glue module ext-python that you can use to automatically pull in the Python include path and library. The module is referred to in section "Using Third Party Libraries" where there is explained what the glue code does. Joerg |