Inputbox with win32api?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Anthony_Barker

    Inputbox with win32api?

    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
  • John J. Lee

    #2
    Re: Inputbox with win32api?

    anthony_barker@ hotmail.com (Anthony_Barker ) writes:
    [color=blue]
    > Is there a simple way of throwing up a simple Inputbox with win32 api
    > in python?
    >
    > I could use tk[/color]
    [...][color=blue]
    > but that adds 700K to the package when I distribute it to non python[/color]
    [...]




    John

    Comment

    Working...