Re: [Pythonmac-SIG] OS9/2.1 IDE problem

2005-03-20 Thread Michael Dunn
At 11:04 PM +0100 2005/3/20, Just van Rossum wrote: Michael Dunn wrote: Yeah, I'm using old stuff, I know. Having a weird problem. I've defined a few functions for a program and put them in a separate file. In my main program I write "from filename import *".

[Pythonmac-SIG] Another odd question re breaks/returns

2005-03-20 Thread Michael Dunn
I have a double-nested 'for' loop in a function. I can't use 'break' to get out of BOTH loops from the inner loop. Can I simply put a 'return' statement in the inner loop, or will this completely mess up the stack or something? thanks! Michael _

[Pythonmac-SIG] OS9/2.1 IDE problem

2005-03-20 Thread Michael Dunn
Yeah, I'm using old stuff, I know. Having a weird problem. I've defined a few functions for a program and put them in a separate file. In my main program I write "from filename import *". When I run as an applet, everything seems to work. When I run from the IDE, it appears that ONL