spyder-ide / spyder

Official repository for Spyder - The Scientific Python Development Environment
https://www.spyder-ide.org
MIT License
8.36k stars 1.62k forks source link

Attribute error: Object has no attribute 'speak' #9316

Closed Ram-Kishore closed 5 years ago

Ram-Kishore commented 5 years ago

Description

What steps will reproduce the problem?

  1. remove pyttsx, pyttsx3 and win32com module
  2. and reinstall win32com.client

What is the expected output? What do you see instead? code should run with no error, but i see attribute error

Please provide any additional information below it was working fine untill i was installing pyttsx3 module. but code show error after installation of this module.

Version and main components

Dependencies

pyflakes >=0.6.0 :  1.3.0 (OK)
pycodestyle >=2.3:  2.3.1 (OK)
pygments >=2.0   :  2.1.3 (OK)
pandas >=0.13.1  :  0.18.1 (OK)
numpy >=1.7      :  1.11.1 (OK)
sphinx >=0.6.6   :  1.4.6 (OK)
rope >=0.9.4     :  0.9.4-1 (OK)
jedi >=0.9.0     :  0.9.0 (OK)
nbconvert >=4.0  :  4.2.0 (OK)
sympy >=0.7.3    :  1.0 (OK)
cython >=0.21    :  0.24.1 (OK)
qtconsole >=4.2.0:  4.2.1 (OK)
IPython >=4.0    :  5.1.0 (OK)
pylint >=0.25    :  1.5.4 (OK)
ccordoba12 commented 5 years ago

it was working fine untill i was installing pyttsx3 module. but code show error after installation of this module.

Sorry, this is not a place to get help about general Python problems but to inform about Spyder bugs. Therefore, I'm closing this issue.