Is anyone aware of any examples on how to use the C++ binding in python. I've looked at the the source (cxxmodule.cc, cxxtstmodule.cc) but that doesn't help me much to start. --------------- Henk Jansen Department of Mathematics and Computer Science Applied Analysis, Analysis of Large Scale Models Delft University of Technology The Netherlands E-mail: hjansen@math.tudelft.nl Phone: +31-(0)15-2787295 Fax: +31-(0)15-2787209 _______________ C++-SIG - SIG for Development of a C++ Binding to Python send messages to: c++-sig@python.org administrivia to: c++-sig-request@python.org _______________
Henk Jansen writes:
Is anyone aware of any examples on how to use the C++ binding in python. I've looked at the the source (cxxmodule.cc, cxxtstmodule.cc) but that doesn't help me much to start.
cxxmodule.cc is the implementation file. cxxtstmodule.cc is the closest thing to an example that currently exists. I realize it may require a lot of inference on the part of the user. Our other stuff is basicaly not releasable. I plan to produce actual prose/documentation on this, which could be expected to help a lot, but it isn't there yet. I also plan for there to be a www page for this project, but that also isn't done yet. -- Geoffrey Furnish email: furnish@lanl.gov LANL CIC-19 POOMA/RadTran phone: 505-665-4529 fax: 505-665-7880 "Software complexity is an artifact of implementation." -Dan Quinlan _______________ C++-SIG - SIG for Development of a C++ Binding to Python send messages to: c++-sig@python.org administrivia to: c++-sig-request@python.org _______________
participants (2)
-
Geoffrey Furnish -
Henk Jansen