Question

I've been thinking about installing the PySpeech module, but I'm not sure if it will work with Python 2.7.6. Also, I heard it needs PyWin32. Where would I get that, and how exactly do I install the modules?

Was it helpful?

Solution

Here (build 218) you can download pywin32. A simpe google search shows the page. alternative

If you are not sure whether it works then try it out. This is the only possibility to make sure that it works under your specific circumstances. Usually everyone makes everything work with Python 2.7 these days. But this does not include old packages.

Once you installed pip you can use pip install.

Have a look at the speech page. Try it out and report back.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top