LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   pyttsx problem (https://www.linuxquestions.org/questions/linux-software-2/pyttsx-problem-882726/)

aarsh 05-25-2011 08:09 PM

pyttsx problem
 
I am trying to use some text to speech tool named pyttsx in ubuntu Linux 9.

but I get the following message, does anybody know, which package should I use, to solve this package ? :scratch:

Code:

aarsh@aarsh-desktop:~/program_files/pyttsx-1.0$ sudo python setup.pyTraceback (most recent call last):
  File "setup.py", line 18, in <module>
    from ez_setup import use_setuptools
ImportError: No module named ez_setup
aarsh@aarsh-desktop:~/program_files/pyttsx-1.0$

please let me know the command(s) which I am supposed to issue ...

spankbot 05-26-2011 05:56 PM

You're missing a pyhton module called ez_setup. From a google search, it looks like thats provided in the python-setuptools package.

Quote:

$ sudo apt-get install python-setuptools

aarsh 06-09-2011 07:14 AM

so this will happen in Ubuntu 10 also ?


All times are GMT -5. The time now is 06:25 PM.