Re: [Pyobjc-dev] Where is bundlebuilder?
Brought to you by:
ronaldoussoren
From: Bob I. <bo...@re...> - 2004-06-02 12:39:04
|
On Jun 2, 2004, at 7:59 AM, Tim Jarman wrote: > I am running Panther with Apple's pre-supplied Python (2.3). I've > successfully > installed PyObjC 1.1 (AFAICT) as an update over 1.1b1. Now I'm > creating my > first app. Everything is going fine so far, except that I don't seem > to have > bundlebuilder anywhere, or indeed a plat-mac folder, despite what it > says in > the docs. > > Do I have a duff installation or do the docs lie? Or is bundlebuilder a > separate thing that I have to get from somewhere else? The plat-mac folder it refers to is here: /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/ plat-mac Although I would recommend that you try and just use Xcode and the templates.. I've been doing that for a while now, which probably explains in part why I haven't needed to do any serious work on bundlebuilder2 lately :) -bob |