In article <CAH6Pt5r_ZP8a-8U9TLBaRvH=pbblyksqmsbseca+zmne+vr...@mail.gmail.com>, Matthew Brett <matthew.br...@gmail.com> wrote:
> Hi, > > On Tue, Jun 3, 2014 at 1:00 PM, Russell E. Owen > <ro...@uw.edu> wrote: > > In article > > <CALGmxEL6geHVqGibWbUir3tovKs4KeGuW-qeTv5KMcsR40r-bQ-JsoAwUIsXosN+BqQ9rBEUg@ > > public.gmane.org>, > > Chris Barker <chris.bar...@noaa.gov> wrote: > > > >> On Mon, Jun 2, 2014 at 5:28 PM, Matthew Brett > >> <matthew.br...@gmail.com> > >> wrote: > >> > >> > > what is this going to do on OS-X 10.7 and 10.8 systems running > >> > > homebrew > >> > or > >> > > macports pythons? It seems this list could get pretty long! > >> > > >> Yes, it could, but this list: > >> > > >> > so we would have to add all those if we wanted to support them... > >> > >> > >> > >> > https://www.adium.im/sparkle/?year=2014&week=22&graph=bar#osVersion > >> > > >> > > >> very interesting stats! I wonder how representative those are? Makes we > >> think we can drop 32 bit support, too. Maybe the newest 2.7 py.org > >> binaries > >> could be 64 bit only. It would simplify things a bit. > > > > I hope you will not drop 32-bit support yet.. I still use it to > > distribute some Tkinter apps. All recent versions of ActiveState Tcl/Tk > > 8.5 have a nasty crashing bug that I have not found a workaround for, > > and old enough versions that don't have the bug need to run in 32-bit > > mode on Mavericks. > > Do you need 32 bit support for the wheels or just for the MacPython > binaries? It's getting harder to build 32 / 64 bit universal > binaries these days... What I need is a python, numpy, and matplotlib that support 32-bit and (preferably) 64-bit for MacOS X 10.6 and later. I have been using python.org python and the standard binary installers until now. Until Mavericks I was using 64-bit mode. Unfortunately 32-bit is required for older versions of Tcl/Tk to run under Mavericks and as I noted, I can't use recent versions due to due to a bug (example appended) that I've not found a workaround for. I realize I'm in an unusual situation, and I"m not the one building the binaries and trying to deal with the ATLAS headaches. If worst comes to worst we can stay at the current version of numpy and matplotlib (at least for now). Long term we should probably switch away from Tcl/TK, though that would be a huge undertaking, or hire somebody to fix the Tcl/Tk bug. -- Russell # tcl menu crash; run in wish and push the Change Font button menu .parentMenu menu .parentMenu.apple -tearoff 0 # the following line is optional, but shows the menu is created .parentMenu add cascade -label Wish -menu .parentMenu.apple font create testFont option add "*Button.font" testFont button .btn -text "Change Font" -command { font configure testFont -size 20 } pack .btn . configure -menu .parentMenu ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel