On 17/05/2015 at 20:39, xxxxxxxx wrote:
I have a loop that goes through all the lines of a file with:
**
for line in fileinput.input(my_file,mode="rb") :
**
I was trying to update the Status bar but it is not updating.
Even setting it to spin, leaves it with the bars but with no movement.
Is there a way to for the update of the status bar?
Why is it not updating?