[Pythonmac-SIG] Still Unable to get my Python program working on the mac

Tobias Weber mk0423 at towb.de
Wed May 19 09:17:23 CEST 2010


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.


More information about the Pythonmac-SIG mailing list