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
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
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
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]
> <
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
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
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
how do I pop up a window to ask user's input?
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor