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 *". When I run as an

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

2005-03-20 Thread Just van Rossum
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 *". > > When I run as an applet, everything seems to work. When I

[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