sys.stdout.flush() は aptana では機能しません。私はもう試した :
import sys
import time
for count in range(100) :
sys.stdout.write("\r" str(count) + "%")
sys.stdout.flush()
time.sleep(1)
フラッシュは aptana では機能しません。私は次のようなものを持っています:
1%
2%
3%
....
ありがとう