Re: [Tutor] windows: pop up window

2008-03-23 Thread Luke Paireepinart
On Sat, Mar 22, 2008 at 5:17 PM, elis aeris <[EMAIL PROTECTED]> wrote: > sweet, I love built in functions. thanks ! Seriously, Elis. You would have learned raw_input in *any* Python tutorial. You need to read some tutorials. Seriously. -Luke ___ Tutor

Re: [Tutor] windows: pop up window

2008-03-22 Thread elis aeris
sweet, I love built in functions. thanks ! On Sat, Mar 22, 2008 at 3:15 PM, Kent Johnson <[EMAIL PROTECTED]> wrote: > elis aeris wrote: > > oh sorry, I should have been clear: > > > > how about just popping a prompt in the same window that is running the > > script? > > Sounds like you want raw

Re: [Tutor] windows: pop up window

2008-03-22 Thread Kent Johnson
elis aeris wrote: > oh sorry, I should have been clear: > > how about just popping a prompt in the same window that is running the > script? Sounds like you want raw_input(): http://docs.python.org/lib/built-in-funcs.html#l2h-59 Kent ___ Tutor mailli

Re: [Tutor] windows: pop up window

2008-03-22 Thread Kent Johnson
elis aeris wrote: > how about console window input? You want to "pop up" a console window? Usually if your program is running in a console you have a window already. Use raw_input() to get user input in the console. Kent > > On Sat, Mar 22, 2008 at 3:02 PM, Kent Johnson <[EMAIL PROTECTED] > <

Re: [Tutor] windows: pop up window

2008-03-22 Thread elis aeris
oh sorry, I should have been clear: how about just popping a prompt in the same window that is running the script? On Sat, Mar 22, 2008 at 3:09 PM, Kent Johnson <[EMAIL PROTECTED]> wrote: > elis aeris wrote: > > how about console window input? > > You want to "pop up" a console window? Usually

Re: [Tutor] windows: pop up window

2008-03-22 Thread Kent Johnson
elis aeris wrote: > how do I pop up a window to ask user's input? Take a look at http://www.ferg.org/easygui/ Kent ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] windows: pop up window

2008-03-22 Thread elis aeris
how about console window input? On Sat, Mar 22, 2008 at 3:02 PM, Kent Johnson <[EMAIL PROTECTED]> wrote: > elis aeris wrote: > > how do I pop up a window to ask user's input? > > Take a look at > http://www.ferg.org/easygui/ > > Kent > ___ Tutor maillis

[Tutor] windows: pop up window

2008-03-22 Thread elis aeris
how do I pop up a window to ask user's input? ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor