attributeerror 3a 27engine 27 object has no attribute 27runandwait 27 python

Solutions on MaxInterview for attributeerror 3a 27engine 27 object has no attribute 27runandwait 27 python by the best coders in the world

showing results for - "attributeerror 3a 27engine 27 object has no attribute 27runandwait 27 python"
Élodie
05 Mar 2017
1voices = engine.getProperty('voices')
2
3voices = engine.getproperty('voices')
4AttributeError: 'Engine' object has no attribute 'getproperty'
5
6  #This was a case sensitive issue make sure that you use the module attributes with the correct
7  #capitilisation, since python is case sensitive.
8