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] [wxPython-users] Re: building wxPython on Mac OS X (10.5)

2009-09-24 Thread Robin Dunn
On 9/24/09 6:46 AM, gabriel.rosse...@arimaz.com wrote: it appears linked with the wrong version of /usr/lib/libwx_macud-2.8.0.dylib, is that correct? Yes. If so, how can I fix it? Double check the wxWidgets build and install steps. It should have used your {prefix}/lib path for the wxMa

Re: [Pythonmac-SIG] building wxPython on Mac OS X (10.5)

2009-09-24 Thread gabriel.rossetti
On 24/9/2009, "gabriel.rosse...@arimaz.com" wrote: >On 24/9/2009, "gabriel.rosse...@arimaz.com" > wrote: > >>On 23/9/2009, "gabriel.rosse...@arimaz.com" >> wrote: >> >>>Hello everyone, >>> >>>I am trying to build wx on Mac OS X by following this tutorial : >>>http://www.wxpython.org/BUILD.html >>

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] building wxPython on Mac OS X (10.5)

2009-09-24 Thread gabriel.rossetti
On 24/9/2009, "gabriel.rosse...@arimaz.com" wrote: >On 23/9/2009, "gabriel.rosse...@arimaz.com" > wrote: > >>Hello everyone, >> >>I am trying to build wx on Mac OS X by following this tutorial : >>http://www.wxpython.org/BUILD.html >> >>I did the following : >> >>cd Python-2.5.4 >>mkdir ../Python

Re: [Pythonmac-SIG] building wxPython on Mac OS X (10.5)

2009-09-24 Thread gabriel.rossetti
On 23/9/2009, "gabriel.rosse...@arimaz.com" wrote: >Hello everyone, > >I am trying to build wx on Mac OS X by following this tutorial : >http://www.wxpython.org/BUILD.html > >I did the following : > >cd Python-2.5.4 >mkdir ../Python-Mac-Root >/configure --prefix=/Users/me/Desktop/Python-Mac-Root