Mike, I looked back at your messages.  I find that things work best on
the Mac when I don't try to install things that Apple has already
installed -- just my experience.  Once you start doing that, you've
almost got to take a couple of months and understand everything from
source.

There are also some red flags in your messages.  Using a non-Apple
version of Python on OS X is one, downloading a new version of PyObjC is
a second, using easy_install (for anything) a third.  Mixing PyObjC with
Wx is a fourth, because it introduces issues about the event loop, but
less red, because it is certainly doable.

My advice would be to try getting this pyttsx module to work by itself,
using the system Python on a vanilla OS X machine, first.  Only then
make life complicated.

Good luck!

Bill

_______________________________________________
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