Unload extension modules when python22.dll unloads... [using C extension interpreter]

Anand anand_soliton at yahoo.com
Fri Nov 7 23:58:58 EST 2003


Tim,
     thanks a lot for your suggestions. this is lot simpler than my
wxpython approach.

Thanks,
Anand.

Tim Daneliuk <tundra at tundraware.com> wrote in message news:<dgfq71-1nk.ln1 at eskimo.tundraware.com>...
> Another thought: If you are running on Win32, (iirc) there is a way to
> present a dialog box directly from a python script using win32all. This
> method, while not portable, has the advantage of not having to go
> through all the usual GUI gobbledy-gook to set up and process the dialog
> ...
> 
> import win32gui
> 
> retval = win32gui.DialogBox(....)
> 
> HTH,
> ----------------------------------------------------------------------------
> Tim Daneliuk     tundra at tundraware.com
> PGP Key:         http://www.tundraware.com/PGP/




More information about the Python-list mailing list