o that here, too, but I
> believe the encrypted keys are specific to the github repo. We can
> coordinate off-line once the repo is transferred about how to do this.
>
>
> Mike
>
> On 08/29/2013 01:01 PM, Matt Terry wrote:
>
> (Replying to the list, rather than just George)
(Replying to the list, rather than just George)
On Aug 29, 2013 8:18 AM, "Matt Terry" wrote:
>
> I have 15/17 variants working. each pulling binaries/source from some
combination of macports/brew/python.org/pip on python 2.6, 2.7, 3.2, and
3.3.
>
> https://travis-ci.org/mrt
[1] http://www.libpng.org/pub/png/libpng.html
[2] http://www.freetype.org/index.html
[3] http://xquartz.macosforge.org/landing/
[4]
http://www.astro.washington.edu/users/rowen/BuildingMatplotlibForMac.html
[5] http://www.freedesktop.org/wiki/Software/pkg-config/
On Thu, Aug 22, 2013 at 8:24 PM, Matt Terry wrote
>
> > with/without third party X
> I'm not quite sure what you mean by with/without third party X. If you
> are referring to Tck/Tk:
>
I had an issue where MPL found the headers to freetype in /opt/local, but
library in /usr/X11. Hilarity ensues. I *think* /usr/X11 showed up when I
installed XQu
That is handy information. I'll start adding a python.org target.
How broad coverage do we want?
10.6, 10.7, 10.8
system, python.org (2.7, 3.3), brew, macports
virtualenv, no virtualenv
with/without third party X
The testing matrix blows up pretty quickly. For those of you with longer
memories,
I was looking into the TravisCI Mac testing environment. Right now, you can
only run tests on a single os. You also trigger a Mac build by declaring
your language to be objective-c. There are probably more q quirks, but
that's what I've found thus far.
-matt
On Aug 16, 2013 12:45 PM, "Matthew Bret
urceforge.net>
> Cc:
> Sent: Thursday, June 6, 2013 4:50 AM
> Subject: Re: [Matplotlib-users] key_press_events on macosx
>
>
> On Jun 5, 2013, at 2:51 PM, Matt Terry wrote:
>
> > Hi,
> > I'm working on a TextBox widget and have run into problems registering
&g
Hi,
I'm working on a TextBox widget and have run into problems registering
key_press_events with the macosx backend. button_press_events work, but
key_press_events fail to trigger. If I change backends to tkAgg,
everything triggers as expected.
Can anyone reproduce this?
Run the following script