Re: [Pythonmac-SIG] py2app DistUtilsPlatformError[Sec=Unclassified]

2009-09-25 Thread Christopher Barker
mathew oakes wrote: Cairo appears to be only available via macports on mac, and I'm not thorough enough to mix bits of different python distributions, so must do everything through one. You should be able to use a macports Cairo lib with a non-macports pyCairo, but if you've got something work

Re: [Pythonmac-SIG] py2app DistUtilsPlatformError[Sec=Unclassified]

2009-09-24 Thread mathew oakes
Working now! I upgraded py2app, macholib, modulegraph and altgraph to svn versions (although I found it hard to get the correct svn links... http://mail.python.org/pipermail/pythonmac-sig/2008-July/020251.html) pyconfig issues are then dealt with correctly. Macports py2app is 0.36, and there is

Re: [Pythonmac-SIG] py2app DistUtilsPlatformError[Sec=Unclassified]

2009-09-24 Thread Christopher Barker
Ned Deily wrote: Just for the record, I don't think this particular issue has anything directly to do with either setuptools or python2.6. IIUC, pyconfig.h is needed for any packages (packaged with standard *distutils*) that include any C extension modules. They should only need it when you

Re: [Pythonmac-SIG] py2app DistUtilsPlatformError[Sec=Unclassified]

2009-09-24 Thread Aahz
On Thu, Sep 24, 2009, Ned Deily wrote: > > Just for the record, I don't think this particular issue has anything > directly to do with either setuptools or python2.6. IIUC, pyconfig.h is > needed for any packages (packaged with standard *distutils*) that > include any C extension modules. Fro

Re: [Pythonmac-SIG] py2app DistUtilsPlatformError[Sec=Unclassified]

2009-09-24 Thread Ned Deily
In article <4abbc381.4090...@noaa.gov>, Christopher Barker wrote: > Ned Deily wrote: > >> It's not included in the .dmg for Python 2.6. > > Now I'm really confused :=) I've just installed from the final > > python.org 2.6, 2.6.1, and 2.6.2 install.dmgs and, for me, each one > > installed what

Re: [Pythonmac-SIG] py2app DistUtilsPlatformError[Sec=Unclassified]

2009-09-24 Thread Christopher Barker
Ned Deily wrote: It's not included in the .dmg for Python 2.6. Now I'm really confused :=) I've just installed from the final python.org 2.6, 2.6.1, and 2.6.2 install.dmgs and, for me, each one installed what appears to be an appropriate file. For example: Well, I'm not using 2.6 yet, but

Re: [Pythonmac-SIG] py2app DistUtilsPlatformError[Sec=Unclassified]

2009-09-24 Thread Ned Deily
In article <20090924131338.ga21...@panix.com>, Aahz wrote: > On Wed, Sep 23, 2009, Ned Deily wrote: > > In article <20090923163646.ga26...@panix.com>, > > Aahz wrote: > >> On Wed, Sep 23, 2009, Christopher Barker wrote: > >> > Aahz wrote: > >> >> On Wed, Sep 23, 2009, mathew oakes wrote: > >> >

Re: [Pythonmac-SIG] py2app DistUtilsPlatformError[Sec=Unclassified]

2009-09-24 Thread Aahz
On Wed, Sep 23, 2009, Ned Deily wrote: > In article <20090923163646.ga26...@panix.com>, > Aahz wrote: >> On Wed, Sep 23, 2009, Christopher Barker wrote: >> > Aahz wrote: >> >> On Wed, Sep 23, 2009, mathew oakes wrote: >> > >> DistutilsPlatformError: invalid Python installation: unable to >>

Re: [Pythonmac-SIG] py2app DistUtilsPlatformError[Sec=Unclassified]

2009-09-23 Thread Ned Deily
In article <20090923163646.ga26...@panix.com>, Aahz wrote: > On Wed, Sep 23, 2009, Christopher Barker wrote: > > Aahz wrote: > >> On Wed, Sep 23, 2009, mathew oakes wrote: > > > DistutilsPlatformError: invalid Python installation: unable to > open > /Full/Path/To/App.app/Contents/

Re: [Pythonmac-SIG] py2app DistUtilsPlatformError[Sec=Unclassified]

2009-09-23 Thread Aahz
On Wed, Sep 23, 2009, Christopher Barker wrote: > Aahz wrote: >> On Wed, Sep 23, 2009, mathew oakes wrote: > DistutilsPlatformError: invalid Python installation: unable to open /Full/Path/To/App.app/Contents/Resources/include/python2.6/pyconfig.h (No such file or directory) >>> but

Re: [Pythonmac-SIG] py2app DistUtilsPlatformError[Sec=Unclassified]

2009-09-23 Thread Christopher Barker
Aahz wrote: On Wed, Sep 23, 2009, mathew oakes wrote: DistutilsPlatformError: invalid Python installation: unable to open /Full/Path/To/App.app/Contents/Resources/include/python2.6/pyconfig.h (No such file or directory) but python in in the bundle at .../Resources/lib/ and it doesn't have a

Re: [Pythonmac-SIG] py2app DistUtilsPlatformError[Sec=Unclassified]

2009-09-23 Thread Aahz
On Wed, Sep 23, 2009, mathew oakes wrote: > > I'm stumped on this: > > When running my app that has built without errors... > > > ...An unexpected error has occured during installation of the main > > script > > > > DistutilsPlatformError: invalid Python installation: unable to > > open /Full/Pa

[Pythonmac-SIG] py2app DistUtilsPlatformError[Sec=Unclassified]

2009-09-22 Thread mathew oakes
I'm stumped on this: When running my app that has built without errors... > ...An unexpected error has occured during installation of the main > script > > DistutilsPlatformError: invalid Python installation: unable to > open /Full/Path/To/App.app/Contents/Resources/include/python2.6/pyconfig.h