<div dir="ltr">When distributing Mac binaries of numpy, we&#39;ve run into some confusion from users on the Python dependency.&nbsp; bdist_mpkg reports the MacPython (<a href="http://python.org">python.org</a>) dependency as the &quot;System Python&quot;.&nbsp; This terminology is confusing as users see the &quot;Apple Python&quot; in the /System folder and believe they meet the required version.&nbsp; Could this be changed to something more descriptive?<br>
<br>Updating the entry in the FRIENDLY_PREFIX is all that is needed.<br><br>cburns@bdist_mpkg 12:31:38 $ grin -A 8 &quot;FRIENDLY_PREFIX&quot;<br>./plists.py:<br>&nbsp;&nbsp; 70 : FRIENDLY_PREFIX = {<br>&nbsp;&nbsp; 71 +&nbsp;&nbsp;&nbsp;&nbsp; os.path.expanduser(u&#39;~/Library/Frameworks&#39;) : u&#39;User&#39;,<br>
&nbsp;&nbsp; 72 +&nbsp;&nbsp;&nbsp;&nbsp; u&#39;/System/Library/Frameworks&#39; : u&#39;Apple&#39;,<br>&nbsp;&nbsp; 73 +&nbsp;&nbsp;&nbsp;&nbsp; u&#39;/Library/Frameworks&#39; : u&#39;<a href="http://python.org">python.org</a> Framework Build&#39;,<br>&nbsp;&nbsp; 74 +&nbsp;&nbsp;&nbsp;&nbsp; u&#39;/opt/local&#39; : u&#39;DarwinPorts&#39;,<br>
&nbsp;&nbsp; 75 +&nbsp;&nbsp;&nbsp;&nbsp; u&#39;/usr/local&#39; : u&#39;Unix&#39;,<br>&nbsp;&nbsp; 76 +&nbsp;&nbsp;&nbsp;&nbsp; u&#39;/sw&#39; : u&#39;Fink&#39;,<br>&nbsp;&nbsp; 77 + }<br><br>On the numpy-list, Christopher Barker had proposed changing it to this:<br><br><font size="-1">&nbsp;&nbsp;&nbsp; u&#39;/Library/Frameworks&#39; : u&#39;<a href="http://python.org/" target="_blank">python.org</a> Framework Build&#39;,</font><br>
<br><br>Thanks!<br>Chris<br><br>-- <br>Christopher Burns<br>Computational Infrastructure for Research Labs<br>10 Giannini Hall, UC Berkeley<br>phone: 510.643.4014<br><a href="http://cirl.berkeley.edu/">http://cirl.berkeley.edu/</a>
</div>