![]() |
Re: Inputbox with win32api?
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@alum.rpi.edu 303 442 2625 --- 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 |
Re: Inputbox with win32api?
After a bit of hunting I found
import pywin.mfc.dialog InternetAddress = pywin.mfc.dialog.GetSimpleInput("Email Address?") Thanks, Anthony http://xminc.com/linux Bob Gailer <bgailer@alum.rpi.edu> wrote in message news:<mailman.1056745609.15271.python-list@python.org>... > 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). |
| All times are GMT. The time now is 06:21 AM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.