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

2010-05-16 Thread Mike
- 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

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

2010-05-16 Thread Bill Janssen
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

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

2010-05-16 Thread Bill Janssen
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

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

2010-05-16 Thread Aahz
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

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

2010-05-16 Thread Mike
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