📅  最后修改于: 2022-03-11 14:45:34.570000             🧑  作者: Mango
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.