IDLE not accessable with NVDA


Cristina Ebetiuc <ebetiucristina@...>
 

Hi

I can’t use the IDLE (teh DIE which Comes to gehter with Python) with nVDA. The object Navigation does not work, too. Does anybody have any solution?

Thanks

 

Gesendet von Mail für Windows 10

 


tim
 

Use vs code or notePad ++.
The python idle has never Ben usable.

On 10/10/2020 7:12 AM, Cristina Ebetiuc wrote:
Hi
I can’t use the IDLE (teh DIE which Comes to gehter with Python) with nVDA. The
object Navigation does not work, too. Does anybody have any solution?
Thanks
Gesendet von Mail <https://go.microsoft.com/fwlink/?LinkId=550986> für Windows 10


Sascha Cowley
 

Unfortunately, tk, the GUI framework that Idle is built with (via Python's tkinter library), has no accessibility support. You will have to use another editor or IDE.
Visual Studio Code is very accessible and has very good Python support via a plugin.