RE: Displaying Dialog Boxes,etc. from embedded Python

2001-09-11 Thread Mark Hammond
> 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

RE: Displaying Dialog Boxes,etc. from embedded Python

2001-09-11 Thread Paul Weimer
ember 11, 2001 10:14 AM To: Paul Weimer; [EMAIL PROTECTED] Subject: RE: Displaying Dialog Boxes,etc. from embedded Python I don't know why tk is crashing, but if you're already using MFC you can always access MFC or low-level windows APIs directly from the win32 library and avoid a sec

RE: Displaying Dialog Boxes,etc. from embedded Python

2001-09-11 Thread Michael Robin
t: Tuesday, September 11, 2001 7:29 AM To: [EMAIL PROTECTED] Subject: Displaying Dialog Boxes,etc. from embedded Python 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 b

Displaying Dialog Boxes,etc. from embedded Python

2001-09-11 Thread Paul Weimer
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? ___ ActivePython mailing list [E