Re: [Pythonmac-SIG] py2app problems with spawn

2010-07-27 Thread Ronald Oussoren
On 26 Jul, 2010, at 5:35, Tom MacWright wrote: > Hi all, > > I've switched to the Python.org 2.7 distribution after figuring out that you > can't do a standalone py2app application with system python (I evidently > wasn't reading through -h and it's not noted in documentation). > > However, I

Re: [Pythonmac-SIG] py2app problems with spawn

2010-07-26 Thread Nicholas Riley
On Sun, Jul 25, 2010 at 11:35:04PM -0400, Tom MacWright wrote: > * Restarting with reloader... > python: posix_spawn: > /Users/tmcw/Code/python/mapsonastick_env/mapsonastick/dist/moas.app/Contents/MacOS/../Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: > Unkno

Re: [Pythonmac-SIG] py2app problems with spawn

2010-07-26 Thread Nicholas Riley
On Mon, Jul 26, 2010 at 10:41:29AM -0400, Tom MacWright wrote: > This error is happening even just running the 'python' executable, so I > think it's pretty safe to say that it's not related to Flask? Flask restarts the Python interpreter when it detects changes to its source files - that's how th

Re: [Pythonmac-SIG] py2app problems with spawn

2010-07-26 Thread Tom MacWright
This error is happening even just running the 'python' executable, so I think it's pretty safe to say that it's not related to Flask? On Mon, Jul 26, 2010 at 10:40 AM, Nicholas Riley wrote: > On Sun, Jul 25, 2010 at 11:35:04PM -0400, Tom MacWright wrote: > > * Restarting with reloader... > > pyt

[Pythonmac-SIG] py2app problems with spawn

2010-07-25 Thread Tom MacWright
Hi all, I've switched to the Python.org 2.7 distribution after figuring out that you can't do a standalone py2app application with system python (I evidently wasn't reading through -h and it's not noted in documentation). However, I'm running into another problem: is spawn() not supported by py2a

Re: [Pythonmac-SIG] Py2App Problems

2010-05-30 Thread Henning Hraban Ramm
Am 2010-05-30 um 03:51 schrieb RSGames Support: I'm really unsure why it can't find pyttsx. I can easily import pyttsx, look: import pyttsx pyttsx 2.6/lib/python2.6/site-packages/pyttsx-1.0.egg/pyttsx/__init__.pyc'> I'm not sure if that's your problem, but last time I checked, py2app didn't

[Pythonmac-SIG] Py2App Problems

2010-05-29 Thread RSGames Support
Hey, I am having some issues building my program with Py2App. My program makes use of the PyTTSX package (http://pypi.python.org/pypi/pyttsx/1.0). I know there are 2 arguments in Py2App that may need to be used (-i and -p). Since PyTTSX is a package, I first tried the -p parameter. Here is the o

Re: [Pythonmac-SIG] [py2app] problems running .app built on 10.5 on standard 10.4

2008-08-03 Thread Leonardo Santagada
On 31/07/2008, at 17:40, Mike Covill wrote: On 31-Jul-08, at 12:33 PM, Christopher Barker wrote: Mike Keith wrote: are my problems down to the fact that i'm using apple's python 2.5 to build the .app? yes. if so, any advice on how to proceed? Install the python.org python ,and use th

Re: [Pythonmac-SIG] [py2app] problems running .app built on 10.5 on standard 10.4

2008-07-31 Thread Mike Covill
On 31-Jul-08, at 12:33 PM, Christopher Barker wrote: Mike Keith wrote: are my problems down to the fact that i'm using apple's python 2.5 to build the .app? yes. if so, any advice on how to proceed? Install the python.org python ,and use that to built your app -- it should then run on a

Re: [Pythonmac-SIG] [py2app] problems running .app built on 10.5 on standard 10.4

2008-07-31 Thread Mike Keith
> Install the python.org python ,and use that to built your app -- it should > then run on all systems >= 10.3.9 thanks! that works a treat cheers, Mike ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pyt

Re: [Pythonmac-SIG] [py2app] problems running .app built on 10.5 on standard 10.4

2008-07-31 Thread Christopher Barker
Mike Keith wrote: are my problems down to the fact that i'm using apple's python 2.5 to build the .app? yes. if so, any advice on how to proceed? Install the python.org python ,and use that to built your app -- it should then run on all systems >= 10.3.9 -Chris -- Christopher Barker,

[Pythonmac-SIG] [py2app] problems running .app built on 10.5 on standard 10.4

2008-07-31 Thread Mike Keith
hi there, probably a silly question, but i'm having trouble producing an .app of a python script which will run on a bog standard tiger system. the mac i'm building the .app on is running 10.5 and only has the default apple python 2.5. the error the person running 10.4 sees is: A Python runtime

Re: [Pythonmac-SIG] py2app problems

2006-10-30 Thread Bob Ippolito
On 10/30/06, thor <[EMAIL PROTECTED]> wrote: > > Hi list > > I'm trying to build an app with py2app. The project is using pygame and > pyOpenGL and all that is imported in the main file. > > I'm on PowerBook, OS X 10.4.6 > > I try to build the setupfile with py2applet as recommended but I get > thi

[Pythonmac-SIG] py2app problems

2006-10-30 Thread thor
Hi list I'm trying to build an app with py2app. The project is using pygame and pyOpenGL and all that is imported in the main file. I'm on PowerBook, OS X 10.4.6 I try to build the setupfile with py2applet as recommended but I get this: thm21-mac-pb:~/Desktop/opengl thm21$ py2applet --make-s