Re: [Pythonmac-SIG] what happened to idle ?

2008-02-08 Thread Tobias Rodäbel
On 07.02.2008, at 20:18, Michele (Mike) Hjorleifsson wrote: > I installed leopard, pretty pumped that it has python 2.5 on it but i > cant seem to find IDLE or a way to install IDLE without installing an > external 2.5 which from the threads seems the wrong way to go. > please help Try /System/Li

Re: [Pythonmac-SIG] py2app and command line options

2008-01-30 Thread Tobias Rodäbel
Hi Chris, On 30.01.2008, at 00:33, Christopher Barker wrote: > Hey all, > > I've got a py2app bundle working nicely, and it works fine when I fire > ti up from the command line, but when I double click on it, I get a > sys.argv that looks like: > > sys.argv is: > ['/Users/cbarker/HAZMAT/hazweb/tr

Re: [Pythonmac-SIG] py2app with ZODB

2008-01-10 Thread Tobias Rodäbel
Hi Kenneth, I wrote an objc wrapper framework for the ZODB. The python part uses py2app. Maybe you find some hints there http:// zodbdata.sourceforge.net and especially there http://zodbdata.svn.sourceforge.net/viewvc/zodbdata/trunk/python/ Didn't get into serious trouble with ZODB and py2app

Re: [Pythonmac-SIG] newbie Mac switcher trying to set up django on Intel MacBook Pro Tiger

2008-01-03 Thread Tobias Rodäbel
On Jan 3, 2008, at 5:27 PM, Ronald Oussoren wrote: > I want to do whatever keeps my live as easy as possible, either an > umbrella package with small hotfix packages or one package that > installs all hotfixes. I also want to keep the addon package as > small as possible and don't want to en

Re: [Pythonmac-SIG] Having a problem to install PyObjC 2.0 to Leopard

2007-11-08 Thread Tobias Rodäbel
On Nov 8, 2007, at 8:09 AM, Seungchan Oh wrote: > I'm trying to install PyObjC 2.0 by "python setup.py bdist_mpkg -- > open" > I got the source code from http://svn.red-bean.com/pyobjc/tags/r200-leopard > . As far as I know, PyObjC 2.0 is still part of the Python2.5.1 installation on Leopar

Re: [Pythonmac-SIG] py2app: options 'plugin'/'app'

2007-08-29 Thread Tobias Rodäbel
Hi, On 08/29/2007 at 18:39, Bob Ippolito wrote: That patch doesn't apply for me, I think it got line wrapped or something along the way. Can you send it as an attachment or post it somewhere and send a URL? -bob Attached it as gzipped patch-file. build_app.py.patch.gz Description: GNU Zip

Re: [Pythonmac-SIG] py2app: options 'plugin'/'app'

2007-08-29 Thread Tobias Rodäbel
Hi Bob, On 08/29/2007 at 17:36, Bob Ippolito wrote: > That's right, it does things the way py2exe does. It looks like the > patch might break the way it works now? If it was just an alternative > method then it could be applied, but if it's not backwards compatible > then it definitely will not b

[Pythonmac-SIG] py2app: options 'plugin'/'app'

2007-08-29 Thread Tobias Rodäbel
Hi Ronald, I was wondering why 'plugin' and 'app' are no py2app options? There is no other setup command needing them, I guess. I patched py2app/ build_app.py, to have 'plugin' and 'app' as real py2app-options. That gives the opportunity to define them through setup.cfg as well, they will b

Re: [Pythonmac-SIG] Py2App and third-party .egg dependencies

2007-08-28 Thread Tobias Rodäbel
On Tuesday, August 28, 2007, at 13:07 Ronald Oussoren wrote: > On Tuesday, August 28, 2007, at 09:58AM, "Tobias Rodäbel" > <[EMAIL PROTECTED]> wrote: >> Hi Owen, >> >> py2app (in particula modulegraph) cannot handle eggs in the right >> way. >

Re: [Pythonmac-SIG] Py2App and third-party .egg dependencies installed through easy_install

2007-08-28 Thread Tobias Rodäbel
Hi Owen, py2app (in particula modulegraph) cannot handle eggs in the right way. unzip the ZSI egg into a directory with the same name, delete the egg and try the following setup.py = snip = #!/usr/bin/env python from setuptools import setup Plist = dict(

Re: [Pythonmac-SIG] zc.buildout recipe for pyobjc projects

2007-08-27 Thread Tobias Rodäbel
Hi Ronald, On 08/27/2007, at 16:49 Ronald Oussoren wrote: > > I'm not entirely happy with the usage of the pyobjc namespace. I > see several patterns being used on PyPI for this: > .recipe. and . seem to be the > ones used most. IMHO the former communicates more clearly that this > is a bu

[Pythonmac-SIG] zc.buildout recipe for pyobjc projects

2007-08-27 Thread Tobias Rodäbel
Hi list, I've written a ZC Buildout recipe that helps to create pyobjc application bundles by using py2app and PyObjC. It aims to provide handling eggs within a zc.buildout environment. Now I am wondering about how to name it and in which repository (svn) I should check this in. My suggest