Bugs in IDLE environment (??)
Giovanni Riccardi
composzioni at tiscalinet.it
Mon Jan 17 01:05:37 EST 2000
More information about the Python-list mailing list
Mon Jan 17 01:05:37 EST 2000
- Previous message (by thread): Bugs in IDLE environment (??)
- Next message (by thread): Python DIFF to track changes in HTML pages anyone?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Just a repost of the message, because I had no
replies within a week.
------
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 *
*******************************************
- Previous message (by thread): Bugs in IDLE environment (??)
- Next message (by thread): Python DIFF to track changes in HTML pages anyone?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list