Re: Python pring function with flush=True NVDA not reading the updated messages in Windows PowerShell


Gabriele Battaglia
 


Reply to William's message, wrote on 16/05/2022 at 12:10:
>do you have an example?

I'm not able to reproduce it at the moment. I tried this and it works.


#test
import time
for i in range(4):
  print(f"\nThis is number {i}",end="")
  time.sleep(0.8)
Could you please show me once more the piece of code you posted at the beginning?
Thanks.

Join {nvda@nvda.groups.io to automatically receive all group messages.