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

2010-05-19 Thread Ronald Oussoren
On 16 May, 2010, at 20:06, Mike wrote: > 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 i

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

2010-05-19 Thread Tobias Weber
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 tw

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

2010-05-18 Thread Mike
- Original Message - From: "Bill Janssen" To: "Mike" Cc: ; Sent: Tuesday, May 18, 2010 2:22 AM Subject: Re: [Pythonmac-SIG] Still Unable to get my Python program working on the mac An easy way to speak stuff on the Mac from Python is import os os.

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

2010-05-17 Thread Bill Janssen
An easy way to speak stuff on the Mac from Python is import os os.system("/usr/bin/say 'hello hello hello'") Bill ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: http://mai

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

2010-05-17 Thread Mike
- Original Message - From: "Bill Janssen" To: "Mike" Cc: ; Sent: Sunday, May 16, 2010 10:28 PM Subject: Re: [Pythonmac-SIG] Still Unable to get my Python program working on the mac I tried pyttsx on a Mac running 10.5.8: % ls MANIFEST.in README pyttsx set

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

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