This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Max.Skaller
Recipients Max.Skaller, loewis, ned.deily
Date 2010-11-04.20:17:29
SpamBayes Score 5.206946e-14
Marked as misclassified No
Message-id <AANLkTinKJczZ9fOvbKS9i0qq=KBypkfzXCwY6GtpoiT+@mail.gmail.com>
In-reply-to <1288851592.49.0.19819499978.issue10243@psf.upfronthosting.co.za>
Content
On Thu, Nov 4, 2010 at 5:19 PM, Ned Deily <report@bugs.python.org> wrote:

>
> Ned Deily <nad@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.
Files
File name Uploaded
unnamed Max.Skaller, 2010-11-04.20:17:28
History
Date User Action Args
2010-11-04 20:17:30Max.Skallersetrecipients: + Max.Skaller, loewis, ned.deily
2010-11-04 20:17:29Max.Skallerlinkissue10243 messages
2010-11-04 20:17:29Max.Skallercreate