> I will try the python program outside of IDLE.
Yes, running the program from the Linux shell instead of from IDLE
produces all output correctly.
Now I'll have to look for a new simple development environment :-(
I think I'll try SPE that has worked well for me ...
--
http://mail.python.org/mail
I'm running python in IDLE on suse11.
I have a python program and after writing 100kB to 200kB to a file,
the write statements seem to stop working.
Basically the print statements look like this:
some loops:
logFile.write(string1)
logFile.write(string2)
end of loops
print(stringA)
logFile.write(