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