[SciPy-user] Fwd: SciPy (SVN) tries to use f95

Steve Lianoglou lists.steve at arachnedesign.net
Tue Jan 30 16:08:00 EST 2007


>>>>> The problem is, on my Intel Mac platform.mac_ver() returns ('',
>>>>> ('', '',
>>>>> ''), '')
>>>> Crazy! I need more details. What Python are you using?
>>
>> I'm using ActivePython 2.4.3.
>
> Well, I reverted the change, but please report to ActiveState and  
> MacPorts that
> their builds are broken! They are either missing the gestalt module  
> or the MacOS
> module.

Hmm .. yeah ... the funny thing is that the MacPorts python 2.5 looks  
like it works:


Python 2.5 (r25:51908, Dec 30 2006, 12:58:49)
[GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
 >>> import platform
 >>> platform.mac_ver()
('10.4.8', ('', '', ''), 'i386')

Maybe we can bug them to roll out a 2.4.4 update w/ the fix, too.

-steve



More information about the SciPy-User mailing list