Re: [Pythonmac-SIG] Desktop shortcut for IDLE

2009-10-13 Thread Chris Rebert
On Wed, Oct 7, 2009 at 12:40 PM, Gregor Lingl wrote: > Hi, > > I'm relatively new to the Mac. > I have a Python 3.1.1. installation on my Macbook > and I'd like to have a shortcut on my desktop starting > IDLE with the -n switch, that is without subprocess > > Under Windows I'd rightclick on the d

[Pythonmac-SIG] 0.4.3 standalone plist issues

2009-10-13 Thread hari jayaram
Standalone and plist issues: I am trying to build a standalone wxpython application I am using python 2.6.3 and py2app 0.4.3 Here is what I have tried 1)hari$ type python python is hashed (/Library/Frameworks/Python.framework/Versions/2.6/bin/python) 2) When I run: /Library/Frameworks/Python.fra

[Pythonmac-SIG] Desktop shortcut for IDLE

2009-10-13 Thread Gregor Lingl
Hi, I'm relatively new to the Mac. I have a Python 3.1.1. installation on my Macbook and I'd like to have a shortcut on my desktop starting IDLE with the -n switch, that is without subprocess Under Windows I'd rightclick on the desktop, create a new shortcut and then enter as the target: C:\Pyt

Re: [Pythonmac-SIG] Latest Py2app bug..

2009-10-13 Thread Ronald Oussoren
On 13 Oct, 2009, at 9:16, Ronald Oussoren wrote: On 8 Oct, 2009, at 21:40, Christopher Barker wrote: Ned Deily wrote: Looks like it was caused by a one-line patch that was just added to py2app. Try reverting it by changing line 911 of py2app-0.4.2-py2.6.egg/py2app/build_app.py from:

Re: [Pythonmac-SIG] Latest Py2app bug..

2009-10-13 Thread Ronald Oussoren
On 8 Oct, 2009, at 21:40, Christopher Barker wrote: Ned Deily wrote: Looks like it was caused by a one-line patch that was just added to py2app. Try reverting it by changing line 911 of py2app-0.4.2- py2.6.egg/py2app/build_app.py from: pydir = 'python%d.%d'%(info['version']) back to: