Re: [Tutor] calling user defined function

2009-03-15 Thread bob gailer
roberto wrote: On Sun, Feb 22, 2009 at 11:10 PM, bob gailer wrote: roberto wrote: hello i have a question which i didn't solved yet: i can define a function using the text editor provided by IDLE 3.0; then i'd like to call this function from the python prompt but when i try to do it,

Re: [Tutor] calling user defined function

2009-03-15 Thread roberto
On Sun, Feb 22, 2009 at 11:10 PM, bob gailer wrote: > roberto wrote: >> >> hello >> i have a question which i didn't solved yet: >> i can define a function using the text editor provided by IDLE 3.0; >> then i'd like to call this function from the python prompt >> >> but when i try to do it, pytho

Re: [Tutor] calling user defined function

2009-02-24 Thread Lie Ryan
On Sun, 22 Feb 2009 22:21:22 +0100, roberto wrote: > hello > i have a question which i didn't solved yet: i can define a function > using the text editor provided by IDLE 3.0; then i'd like to call this > function from the python prompt > > but when i try to do it, python warns me that function d

Re: [Tutor] calling user defined function

2009-02-22 Thread Alan Gauld
"roberto" wrote i can define a function using the text editor provided by IDLE 3.0; then i'd like to call this function from the python prompt but when i try to do it, python warns me that function doesn't exist of course if i define the function directly using the >>> prompt, after that ever

Re: [Tutor] calling user defined function

2009-02-22 Thread Kent Johnson
On Sun, Feb 22, 2009 at 4:21 PM, roberto wrote: > hello > i have a question which i didn't solved yet: > i can define a function using the text editor provided by IDLE 3.0; > then i'd like to call this function from the python prompt > > but when i try to do it, python warns me that function doesn

Re: [Tutor] calling user defined function

2009-02-22 Thread spir
Le Sun, 22 Feb 2009 22:21:22 +0100, roberto s'exprima ainsi: > hello > i have a question which i didn't solved yet: > i can define a function using the text editor provided by IDLE 3.0; > then i'd like to call this function from the python prompt > > but when i try to do it, python warns me that

Re: [Tutor] calling user defined function

2009-02-22 Thread bob gailer
roberto wrote: hello i have a question which i didn't solved yet: i can define a function using the text editor provided by IDLE 3.0; then i'd like to call this function from the python prompt but when i try to do it, python warns me that function doesn't exist of course if i define the function

[Tutor] calling user defined function

2009-02-22 Thread roberto
hello i have a question which i didn't solved yet: i can define a function using the text editor provided by IDLE 3.0; then i'd like to call this function from the python prompt but when i try to do it, python warns me that function doesn't exist of course if i define the function directly using t