Ron asked me an interesting question: is it possible to use wxPython
widgets (including their event handlers etc., of course) from a C++
wxWinows app? I know it is possible to use libpython at the level of
executing arbitrary Python scripts, but this would probably require
tighter integration. Anybody has tried something like that?
bye,
Vaclav
···
As python ignorant as I still am, I'm already wondering what our
chances are for a reciprocal loader that imports .py -> C++ which
will fit into the same framework transparently.
Ron asked me an interesting question: is it possible to use wxPython
widgets (including their event handlers etc., of course) from a C++
wxWinows app? I know it is possible to use libpython at the level of
executing arbitrary Python scripts, but this would probably require
tighter integration. Anybody has tried something like that?
There are Python API function for doing things like making instances,
calling methods, etc. Almost anything you can do in Python, you can do in
the API, it's just not nearly as pretty.
···
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters? http://wxPython.org Relax with wxPython!