> 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
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
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
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