[issue10243] Packaged Pythons

Max Skaller report at bugs.python.org
Thu Nov 4 21:17:30 CET 2010


Max Skaller <max.skaller at gmail.com> added the comment:

On Thu, Nov 4, 2010 at 5:19 PM, Ned Deily <report at bugs.python.org> wrote:

>
> Ned Deily <nad at acm.org> added the comment:
>
> For what it's worth, the python.org installers for Mac OS X do include a
> libpython shared library.  As of Python 2.7 (and 3.2), the installer
> includes a symlink to make it easier to find:
>
> $ cd /Library/Frameworks/Python.framework/Versions/2.7/lib
> $ ls -l libpython2.7.dylib
>

Ok.. so why is it called Python instead of Python.dylib?

/Library/Frameworks/Python.framework>file Python
Python: broken symbolic link to Versions/Current/Python

/Library/Frameworks/Python.framework/Versions/3.1>file Python
Python: Mach-O universal binary with 2 architectures
Python (for architecture ppc):  Mach-O dynamically linked shared library ppc
Python (for architecture i386): Mach-O dynamically linked shared library
i386

Hmm .. i386? Oh dear, I'm running Snow Leopard and I generate 64 bit code.

----------
Added file: http://bugs.python.org/file19498/unnamed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10243>
_______________________________________
-------------- next part --------------
<br><br><div class="gmail_quote">On Thu, Nov 4, 2010 at 5:19 PM, Ned Deily <span dir="ltr">&lt;<a href="mailto:report at bugs.python.org">report at bugs.python.org</a>&gt;</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;">
<br>
Ned Deily &lt;<a href="mailto:nad at acm.org">nad at acm.org</a>&gt; added the comment:<br>
<br>
For what it&#39;s worth, the <a href="http://python.org" target="_blank">python.org</a> installers for Mac OS X do include a libpython shared library.  As of Python 2.7 (and 3.2), the installer includes a symlink to make it easier to find:<br>

<br>
$ cd /Library/Frameworks/Python.framework/Versions/2.7/lib<br>
$ ls -l libpython2.7.dylib<br></blockquote></div><br>Ok.. so why is it called Python instead of Python.dylib?<br><br>/Library/Frameworks/Python.framework&gt;file Python<br>Python: broken symbolic link to Versions/Current/Python<br>
<br>/Library/Frameworks/Python.framework/Versions/3.1&gt;file Python<br>Python: Mach-O universal binary with 2 architectures<br>Python (for architecture ppc):  Mach-O dynamically linked shared library ppc<br>Python (for architecture i386): Mach-O dynamically linked shared library i386<br>
<br>Hmm .. i386? Oh dear, I&#39;m running Snow Leopard and I generate 64 bit code.<br><br>


More information about the Python-bugs-list mailing list