From: Leif J. <le...@am...> - 2003-12-12 22:11:20
|
Hi Joerg ! On Fri, 12 Dec 2003, Joerg Faschingbauer wrote: > >>>>> "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. My current approach has been to use an EXTERNAL_LIBRARY call in a Makefile.py. This, like the Mico issue, has the problem of hard coding a version number in the external library call (does the developer have python 2.2 or 2.3 headers---or maybe even 1.5 ?). But for the moment it will have to do. Is there any way we could hack up Confix to accept a list of include directories to search for a provided header file ? (Does it do this already ?) But even this isn't a great solution, since developers might have stuff installed in all sorts of nonstandard locations. Ahh, standardization ... how easy and boring things would be. leif -- Leif Morgan Johnson : http://ambient.2y.net/leif/ |