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.