[vtkusers] python bindings

John Hunter jdhunter at ace.bsd.uchicago.edu
Fri Mar 28 09:43:49 EST 2003


>>>>> "Matthieu" == Matthieu HAEFELE <haefele at dpt-info.u-strasbg.fr> writes:

    Matthieu> I'm about to do python bindings on simulation code which
    Matthieu> will interact with my vtk application.  How are the
    Matthieu> python bindings designed in vtk ?  Do you use a tool
    Matthieu> like distutils, modulator ...? or you do everything from
    Matthieu> scratch ?

    Matthieu> What do you think about tools like boost ?

You may want to take a look at pyste:
http://www.boost.org/libs/python/pyste.  This uses GCCXML, also from
kitware, to get an xml version of GCC's representation of your C++
code, and generates boost code to automate the python extension
building.  It's still early in development.

You may want to subscribe to the python c++-sig mailing list,
http://www.python.org/sigs/c++-sig.

John Hunter 



More information about the vtkusers mailing list