need code-snippet for a simple dialog window in wxPython

R.Marquez ny_r_marquez at yahoo.com
Tue Aug 26 15:09:38 EDT 2003


Christoph Lehmann <christoph.lehmann at gmx.ch> wrote in message news:<mailman.1061895476.22977.python-list at python.org>...
> Hi
> 
> I am a newbie and have a very simple python code, doing some calculations.
> 
> maybe there is one already having a code snippet in wxPython for what I need:
> 
> (i) simple dialog box, where the user can enter an integer. after
> closing the dialog I get this integer. nothing more
> 
> (ii) similar for getting a file-name (with a file-dialog)
> 
> thanks a lot
> 
> 
> christoph

There is a nice little example on the "Python Introduction Slides"
currently being discussed in a separate thread of this news group.

This is the link to the presentation:
http://www.cs.bgu.ac.il/~tebeka/pyintro_files/frame.htm

See the second example after the "GUI" slide.




More information about the Python-list mailing list