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/

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

2009-09-23 Thread gabriel.rossetti
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 \ --with-suffix=.mine --enable-shared --with-th

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

Re: [Pythonmac-SIG] Initial memory usage

2009-09-23 Thread Aahz
On Wed, Sep 23, 2009, Arif Amirani wrote: > > I've recently started developing PyObjC apps and my app memory usage > shot off to 75MB. So I created a small Hello World app with just one > NSWindow and the initial memory was 36MB. I'd assume this would be > expected since the entire Python interpre

[Pythonmac-SIG] Initial memory usage

2009-09-23 Thread Arif Amirani
Hi all, I couldn't get any response on the PyObjC mailing list so trying here. I've recently started developing PyObjC apps and my app memory usage shot off to 75MB. So I created a small Hello World app with just one NSWindow and the initial memory was 36MB. I'd assume this would be expected since