Robin Becker wrote:
A. Klingenstein wrote:
I embedded Python in a Windows C++ program. Now I want to debug my
embedded scripts which of course won't run in any IDE process.
Commercial IDEs like WingIDE can attach to external processes by
importing a module in the scripts. Is there a deb
I embedded Python in a Windows C++ program. Now I want to debug my
embedded scripts which of course won't run in any IDE process.
Commercial IDEs like WingIDE can attach to external processes by
importing a module in the scripts. Is there a debugger capable of this
which is Free or Open Source?
Which other GUI library for Python other than wxpython has native
widgets for MS Windows ?
I know there is MFC and GDI, but I want something easier to use than wx,
not harder :)
wxpython has to problem that it handles much more like a C++ library
than a Python one sometimes.
Alex
--
http://mail