0

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?

SamS
  • 63
  • 1
  • 7

1 Answers1

0

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.

Community
  • 1
  • 1
User
  • 12,769
  • 1
  • 32
  • 55
  • Pywin32 straight-up failed. It said Python 2.7 was not installed. It's prompting me for the install directory, I'll backup and give it that... – SamS Mar 23 '14 at 17:20
  • Re-installing Python is also no problem. It does not hurt in any way. – User Mar 23 '14 at 17:22
  • Also, what does Pip have to do with it? On another note, could PySpeech work without Pywin? – SamS Mar 23 '14 at 17:30
  • The installed modules are in a folder of Python2.4 and you must put them in the same folder of python2.7. – User Mar 23 '14 at 17:40