Some bug in IDLE??

Giovanni Riccardi composzioni at tiscalinet.it
Thu Jan 13 01:52:37 EST 2000


I wrote a small script that uses input() to get
the user input,get the values, make some calculation
and return calculated value.
The problem is that it works when the script is executed directly by the
interpreter, but not in IDLE environment where after the user has entered
some values the script doesn't return to the main loop.
For example:

print "Enter the name:"
x = input("--> ")
print "Enter the age:"
y = input("--> ")

doesn't continue after the first input().

Some help??
thanx in advance
Giovanni


--
-------------------------------------------
GIOVANNI RICCARDI * TERRACINA (LT) * ITALY

EMAIL: composizioni at tiscalinet.it
  ICQ: 40670340
-------------------------------------------

*******************************************
TAKE A LOOK TO MY OWN PROJECTS ON THE WEB
*******************************************
*         INFORM ITALIAN WEB SITE         *
*(a design system for Interactive Fiction)*
*                                         *
*        http://inform.freeweb.org        *
*******************************************
*******************************************
*         c o m p o s i z i o n i         *
*        digital  art & technology        *
*                                         *
*     http://composizioni.freeweb.org     *
*******************************************






More information about the Python-list mailing list