You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by vrdhn on 2015-09-09 14:07
The file NVDAObjects/window/excelChart.py has a call to api.processPendingEvents, but it doesn't have a 'import api'
this causes exception to be generated.
The fix would be to add import api to this file.
The text was updated successfully, but these errors were encountered:
Reported by vrdhn on 2015-09-09 14:07
The file NVDAObjects/window/excelChart.py has a call to api.processPendingEvents, but it doesn't have a 'import api'
this causes exception to be generated.
The fix would be to add import api to this file.
The text was updated successfully, but these errors were encountered: