Re: [Pythonmac-SIG] Any hints on building libpng universal?

2007-11-26 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, David Warde-Farley <[EMAIL PROTECTED]> wrote: > Hi again, > > I'm trying to build a universal libpng package at the moment for use > with matplotlib from pythonmac.org/packages. There's an older version > up on undefined.org that's referred to in some mailing

[Pythonmac-SIG] leopard, cannot locate pyobjc modules

2007-11-26 Thread Anmo Kim
Hi all, I recently upgraded my os from tiger to leopard, and got some problems in using pyobjc there. I get the following error when i try "python setup.py install" for any Cocoa application on the example folder. (i.e. from /Developer/Examples/Python/PyObjC/Cocoa/AppKit/CurrencyConverter) [hs10

[Pythonmac-SIG] svn checkout [Sec=Unclassified]

2007-11-26 Thread Mathew Oakes
Hi really stuck on something simple... tried lots of things but cant connect to do a read-only checkout from the svn server following direction from here and

Re: [Pythonmac-SIG] Any hints on building libpng universal?

2007-11-26 Thread Christopher Barker
David Warde-Farley wrote: >> are you building a new MPL for pythonmac? The one there *should* be >> build with a static universal libpng already. > > Alas, it is not. The python2.5 one looks for libpng in /usr/local/lib. aarrgg! that isn't how stuff in that archive is supposed to be built -- do

Re: [Pythonmac-SIG] leopard, cannot locate pyobjc modules

2007-11-26 Thread Ronald Oussoren
On 26 Nov, 2007, at 21:02, Anmo Kim wrote: Hi all, I recently upgraded my os from tiger to leopard, and got some problems in using pyobjc there. I get the following error when i try "python setup.py install" for any Cocoa application on the example folder. (i.e. from /Developer/Examples/Pytho

Re: [Pythonmac-SIG] svn checkout [Sec=Unclassified]

2007-11-26 Thread Ronald Oussoren
On 26 Nov, 2007, at 23:33, Mathew Oakes wrote: Hi really stuck on something simple... tried lots of things but cant connect to do a read-only checkout from the svn server following direction from here