Re: Bundling Python on Mac

2007-11-30 Thread Benjamin
On Nov 30, 6:48 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > Benjamin schrieb: > > > On Nov 29, 2:34 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > >> Benjamin schrieb: > > >>> Hello, I'm writing a Python/PyQt application. For my Mac distribution. > >>> I would like to include all the n

Re: Bundling Python on Mac

2007-11-30 Thread Diez B. Roggisch
Benjamin schrieb: > On Nov 29, 2:34 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: >> Benjamin schrieb: >> >>> Hello, I'm writing a Python/PyQt application. For my Mac distribution. >>> I would like to include all the needed libraries in the Mac bundle. >>> How should I go about doing this? >> T

Re: Bundling Python on Mac

2007-11-29 Thread Benjamin
On Nov 29, 2:34 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > Benjamin schrieb: > > > Hello, I'm writing a Python/PyQt application. For my Mac distribution. > > I would like to include all the needed libraries in the Mac bundle. > > How should I go about doing this? > > The py2app distutils e

Re: Bundling Python on Mac

2007-11-29 Thread Diez B. Roggisch
Benjamin schrieb: > Hello, I'm writing a Python/PyQt application. For my Mac distribution. > I would like to include all the needed libraries in the Mac bundle. > How should I go about doing this? The py2app distutils extension should do that for you. It works flawless for PyObjc-apps for me - it

Bundling Python on Mac

2007-11-28 Thread Benjamin
Hello, I'm writing a Python/PyQt application. For my Mac distribution. I would like to include all the needed libraries in the Mac bundle. How should I go about doing this? -- http://mail.python.org/mailman/listinfo/python-list