Re: [matplotlib-devel] backend_macosx framework check fails with 64bit Python

2010-08-12 Thread Michiel de Hoon
To avoid having to import MacOS, I've implemented the MacOS.WMAvailable() function in src/_macosx.m. The updated version of backend_macosx.py doesn't import MacOS; see revision 8625 in trunk. --Michiel. --- On Tue, 8/10/10, Derek Homeier wrote: > From: Derek Homeier > Subject: [matplotlib-de

Re: [matplotlib-devel] backend_macosx framework check fails with 64bit Python

2010-08-10 Thread Derek Homeier
Hi Friedrich, >> for the latter: when building matplotlib against a fink-installed python >> compiled in 64bit mode >> I found the check for a framework-installed Python (rev 8365) fails, and >> matplotlib fails to load, >> because the MacOS module is not available in 64bit. > > Hmm, do you claim

Re: [matplotlib-devel] backend_macosx framework check fails with 64bit Python

2010-08-10 Thread Friedrich Romstedt
2010/8/10 Derek Homeier : > Hi again, cc'ing the matplotlib list this time, > > for the latter: when building matplotlib against a fink-installed python > compiled in 64bit mode > I found the check for a framework-installed Python (rev 8365) fails, and > matplotlib fails to load, > because the MacO