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/
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
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
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
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
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
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