Inputbox with win32api?

Bob Gailer bgailer at alum.rpi.edu
Fri Jun 27 16:25:03 EDT 2003


At 12:44 PM 6/27/2003 -0700, Anthony_Barker wrote:

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

There is win32all with its version of raw_input(). I don't know how much 
overhead that adds to a package.

Bob Gailer
bgailer at alum.rpi.edu
303 442 2625
-------------- next part --------------

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.492 / Virus Database: 291 - Release Date: 6/24/2003


More information about the Python-list mailing list