Re: [Tutor] Help IDLE Compile Problem

2006-07-11 Thread Bob Gailer
Bugra Cakir wrote: > Hi, > > I have two Python source files within editing them via IDLE. > I have a problem. The second file is used by the first file. Some parts > i mean from the second file is used. But when i change the contents of > the > second file and while i'm running the first file with

[Tutor] Help IDLE Compile Problem

2006-07-11 Thread Bugra Cakir
Hi,I have two Python source files within editing them via IDLE.I have a problem. The second file is used by the first file. Some partsi mean from the second file is used. But when i change the contents of the second file and while i'm running the first file with F5, change doesnt reflectto the runt