Answers for "AttributeError: 'Engine' object has no attribute 'runandwait' python"

0

AttributeError: 'Engine' object has no attribute 'runandwait' python

voices = engine.getProperty('voices')

voices = engine.getproperty('voices')
AttributeError: 'Engine' object has no attribute 'getproperty'

  #This was a case sensitive issue make sure that you use the module attributes with the correct
  #capitilisation, since python is case sensitive.
Posted by: Guest on December-08-2020

Code answers related to "AttributeError: 'Engine' object has no attribute 'runandwait' python"

Python Answers by Framework

Browse Popular Code Answers by Language