Is there a simple way of throwing up a simple Inputbox with win32 api
in python?
I could use tk
data=tkSimpleDi alog.askstring( title="Input",p rompt="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
in python?
I could use tk
data=tkSimpleDi alog.askstring( title="Input",p rompt="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
Comment