[Pythonmac-SIG] My previous Message

2010-05-19 Thread Mike
Sorry about my previous message. It seems the guy who's testing this for me forgot to install Py2app. It built successfully...I think I'm now getting an import error: no module named Drivers.NSSS. I'll post more console output if there is any. Mike___

[Pythonmac-SIG] Py2App Problem

2010-05-19 Thread Mike
Hi, I was finally able to get my app to run by using multiprocessing, so thanks guys for that suggestion. However, I'm trying to build it with py2app, and am getting this error. I generated a setup.py script using py2applate --make-setup zgp.py. Installed /Users/MacAdmin/Desktop/RSG/zgp/src/py

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