Re: [Pythonmac-SIG] py2app error 10810...

2008-11-03 Thread Christopher Barker
Sarah Ring wrote: I have Python version 2.5.1 (r251:54863, Apr 15 2008, 22:57:26) and Py2app version 0.3 You may want to upgrade: $easy_install -U py2app should do it. I'm not using any packages for this test, but I plan to use pyqt4 in the future. I tried py2applet --make-setup hello.py

Re: [Pythonmac-SIG] py2app error 10810...

2008-11-02 Thread Sarah Ring
I have Python version 2.5.1 (r251:54863, Apr 15 2008, 22:57:26) and Py2app version 0.3 I'm not using any packages for this test, but I plan to use pyqt4 in the future. I tried py2applet --make-setup hello.py (also tried py2applet hello.py --make-setup) to create a setup.py. It goes through: *** us

Re: [Pythonmac-SIG] py2app error 10810...

2008-10-30 Thread Christopher Barker
Sarah Ring wrote: LSOpenFromURLSpec() failed with error -10810 for the file /Users/***/Documents/epics/Fall08/hello.app Does anyone know what this means and how to resolve it? I haven't seen that, but: Does it do the same thing when you double-click on it? Which version of py2app are you us