On 25/05/2011 8:40 PM, Jacob Kruger wrote:
I got hold of pyTTS-3.0.win32-py2.5.exe, but it seems to be like last available version off the sourceforge website - might be able to double check that one when at home, since this machine is a bit slow/unstable when it comes to certain types of web browsing, but anyway - was just wondering if it would then be feasible to do something like install python 2.5, install this plugin/module, and then somehow try to either extract it from there, or wrap it up somehow..?
Nope - any .pyd files in that package will not be able to be made to work.
On the other hand, if trying to use something like pythoncom.create() to make use of a com component that doesn't seem available using it's namespace string, is it then possible to instantiate something like that using an actual file path?
Not really - although most COM objects are self-registering, so if you have the path to the DLL, just use regsvr32.exe on it (or if it is a .exe, there is probably a command-line you can use to self register.
Asking since do have another DLL here that gives a bit more control over text-to-speech options/usage.
No idea I'm afraid, although I thought there was text-to-speech built into Windows and exposed via COM...
Cheers, Mark _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32