📌  相关文章
📜  AttributeError: 'Engine' 对象没有属性 'runandwait' python 代码示例

📅  最后修改于: 2022-03-11 14:45:34.570000             🧑  作者: Mango

代码示例1
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.