python - ImportError: No module named pyttsx -
i have installed pyttsx bundle source
https://pypi.python.org/pypi/pyttsx/1.0#downloads
downloaded, extracted , installed python setup.py install
but still getting
importerror: no module named pyttsx when importing import pyttsx
any help appriciated!
i think improve utilize pip
$ pip install pyttsx $ pip list pip (1.5.4) pyttsx (1.1) setuptools (2.2) and should fine
$ python python 2.7.2 (default, jul 20 2011, 02:32:18) [gcc 4.2.1 (llvm, emscripten 1.5, empythoned)] on linux2 type "help", "copyright", "credits" or "license" more information. >>> import pyttsx >>> python import
No comments:
Post a Comment