[issue10243] Packaged Pythons

2010-11-04 Thread Ned Deily
Ned Deily added the comment: It's called Python because that's the way frameworks on OS X are generally structured: the shared library file has the same name as the framework. The Apple developer docs have lots of information on frameworks. Prior to 2.7 and the upcoming 3.2 releases, python.

[issue10243] Packaged Pythons

2010-11-04 Thread Martin v . Löwis
Changes by Martin v. Löwis : Removed file: http://bugs.python.org/file19498/unnamed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue10243] Packaged Pythons

2010-11-04 Thread Max Skaller
Max Skaller added the comment: On Thu, Nov 4, 2010 at 5:19 PM, Ned Deily wrote: > > Ned Deily 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

[issue10243] Packaged Pythons

2010-11-04 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- resolution: -> wont fix status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue10243] Packaged Pythons

2010-11-03 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file19480/unnamed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue10243] Packaged Pythons

2010-11-03 Thread Ned Deily
Ned Deily 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 libpython

[issue10243] Packaged Pythons

2010-11-03 Thread Max Skaller
Max Skaller added the comment: On Sat, Oct 30, 2010 at 6:40 PM, Martin v. Löwis wrote: It may be there is none. You need to read the bit where I explain that I am not building Python, I'm grabbing pre-made packages, for OSX and for Ubuntu. The problem is that these packages don't seem to supp

[issue10243] Packaged Pythons

2010-10-30 Thread Martin v . Löwis
Martin v. Löwis added the comment: > Python 2.6, for example, does ship a shared library. That is not really the case. Python 2.6 ships in source form. It builds with a libpython shared library only if you configure with --enable-shared. > In particular it is NOT acceptable for any extension o

[issue10243] Packaged Pythons

2010-10-29 Thread Max Skaller
New submission from Max Skaller : Not sure if this is a bug or not. I am unable to find libpython.so for Python3 on either my Mac or Ubuntu. Perhaps this is a packaging fault, however some documentation in the Wiki suggests otherwise. It appears the builders have reverted to an archaic linkage