- Original Message -
From: "Bill Janssen"
To: "Mike"
Cc: ;
Sent: Sunday, May 16, 2010 10:11 PM
Subject: Re: [Pythonmac-SIG] Still Unable to get my Python program working
on the mac
Mike, I looked back at your messages. I find that things work best on
the Mac when I don't try to
I tried pyttsx on a Mac running 10.5.8:
% ls
MANIFEST.in README pyttsx setup.cfg
PKG-INFOdocspyttsx.egg-info setup.py
% python setup.py build
Traceback (most recent call last):
File "setup.py", line 18, in
from ez_setup import use_setuptools
ImportE
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 s
On Sun, May 16, 2010, Mike wrote:
>
> I'm sure you've seen my thread that started off with a module import
> problem. Now, I've really hit a dead end since the program won't even
> stay open and there's no traceback to give me a starting point. Could
> someone who's experienced in python mac develo
Hi,
I'm sure you've seen my thread that started off with a module import problem.
Now, I've really hit a dead end since the program won't even stay open and
there's no traceback to give me a starting point. Could someone who's
experienced in python mac development and has some extra time be wi