Inputbox with win32api?

Anthony_Barker anthony_barker at hotmail.com
Fri Jun 27 15:44:25 EDT 2003


Is there a simple way of throwing up a simple Inputbox with win32 api
in python?

I could use tk 
data=tkSimpleDialog.askstring( title="Input",prompt="Email Address?")

but that adds 700K to the package when I distribute it to non python
users as it forces me to include tk. (Using MacMillian installer).

Thanks

Anthony




More information about the Python-list mailing list