<br><br><div class="gmail_quote">On Thu, Jan 13, 2011 at 5:06 PM, Sebastian Haase <span dir="ltr"><<a href="mailto:seb.haase@gmail.com">seb.haase@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Thu, Jan 13, 2011 at 3:32 AM, Chris Barker <<a href="mailto:Chris.Barker@noaa.gov">Chris.Barker@noaa.gov</a>> wrote:<br>
> On 1/12/2011 12:57 PM, David Cortesi wrote:<br>
>> I have installed ActiveState's Python 3 packages on Mac OS X 10.6.6.<br>
><br>
>> When I run the Mac OS installer it shows all disks as ineligible and<br>
>> the error message, "numpy 1.5.1 can't be installed on this disk. numpy<br>
>> requires System Python 2.6 to install."<br>
><br>
> Sorry, that is is a bad error message. What I'm pretty sure it means to<br>
> say is:<br>
><br>
> "numpy requires the Python 2.6 binary from <a href="http://python.org" target="_blank">python.org</a> "<br>
><br>
> I looked at this error message ages ago, and It's less trivial to fix<br>
> that you'd think -- but I thought it had been fixed.<br></div></blockquote><div><br>That message comes from bdist_mpkg. I fixed it on my machine, and a fix was also committed to the svn repo. However, I think there was no new bdist_mpkg release on pypi (I did get a "why don't you just use eggs instead?") and the 1.5.1 binaries were not made on my machine. So the problem returned.<br>
 <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div>
><br>
>> What can I do to persuade numpy to install? Must I build it from source<br>
>> to get it to use Python 3?<br> 
<br></div></blockquote><div>Yes, there is no binary for Python 3 at the moment. But unless you have a specific need/desire to use 3.1/3.2 I'd suggest staying with 2.6 or 2.7 from <a href="http://python.org">python.org</a> for now. With Activestate you have to compile yourself or use their (paid?) pypm repo.<br>
<br>Cheers,<br>Ralf<br></div></div>