On 19.05.2010, at 02:24, Mike wrote:

> The only way I can see this working is getting pyttsx working with 
> ctypes...or if anyone knows of another similar package that doesn't use 
> PyObjC...

I didn't follow the thread, but to mix conflicting packages you can always 
split your programm into two processes. Python comes with several IPC 
mechanisms.

I once wrote a tiny headless server in PHP for a library that's not available 
in Python and talk to it via subprocess over pipes.
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to