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