Re: [Matplotlib-users] [matplotlib-devel] I have a Mac!

2013-09-03 Thread Matt Terry
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)

Re: [Matplotlib-users] [matplotlib-devel] I have a Mac!

2013-08-29 Thread Matt Terry
(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

Re: [Matplotlib-users] [matplotlib-devel] I have a Mac!

2013-08-23 Thread Matt Terry
[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

Re: [Matplotlib-users] [matplotlib-devel] I have a Mac!

2013-08-22 Thread Matt Terry
> > > 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

Re: [Matplotlib-users] [matplotlib-devel] I have a Mac!

2013-08-20 Thread Matt Terry
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,

Re: [Matplotlib-users] [matplotlib-devel] I have a Mac!

2013-08-16 Thread Matt Terry
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

Re: [Matplotlib-users] key_press_events on macosx

2013-06-05 Thread Matt Terry
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

[Matplotlib-users] key_press_events on macosx

2013-06-05 Thread Matt Terry
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