> We're running Python from within an MFC application and would like to be > able to interact woth the user from within the Python scripts. So far I've > tried Tkinter but it blows up. Does anyone have any experience with this? Use Pythonwin and the win32ui module - it was designed for embedding with MFC (and is implemented using MFC!) Mark. _______________________________________________ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython
- Displaying Dialog Boxes,etc. from embedded Python Paul Weimer
- RE: Displaying Dialog Boxes,etc. from embedded Python Michael Robin
- RE: Displaying Dialog Boxes,etc. from embedded Python Paul Weimer
- Mark Hammond