Re: [Pythonmac-SIG] sad state of OS X Python testing...

2010-10-08 Thread Antoine Pitrou
On Tue, 5 Oct 2010 10:08:59 -0700 Stephen Hansen wrote: > On Sat, Oct 2, 2010 at 1:37 PM, "Martin v. Löwis" wrote: > > > > I'm already running a Jython buildslave on an Intel Mac Pro which is > > > pretty underused - I'd be happy to run a CPython one there too, if > > > it'd be worthwhile. > > >

[Pythonmac-SIG] Problem bundling matplotlib with py2app: it looks for a font in /Library/Frameworks

2010-10-08 Thread Russell E. Owen
I have a Mac python application I bundle with py2app. It has successfully included matplotlib for several years. However recently I added strip charts to it and now I find that the Mac bundle is broken: when I run on a system that does not have matplotlib installed it dies with a traceback that

Re: [Pythonmac-SIG] Sending stdout/err to a text console in a py2app App

2010-10-08 Thread Russell E. Owen
In article , Gregory Jefferis wrote: > Hello, > > I've made a simple python script to wrap a complex, long running shell > script using easygui. Then I've used py2app to make a Mac Application. I'm > happy except I would really like stdout/stderr from both my python wrapper > script and the o

Re: [Pythonmac-SIG] Problem bundling matplotlib with py2app: it looks for a font in /Library/Frameworks

2010-10-08 Thread Russell E. Owen
In article , "Russell E. Owen" wrote: > I have a Mac python application I bundle with py2app. It has > successfully included matplotlib for several years. However recently I > added strip charts to it and now I find that the Mac bundle is broken: > when I run on a system that does not have ma