[issue3588] sysconfig variable LINKFORSHARED has wrong value for MacOS X framework build
xdcdx added the comment: This bug is still present in Python 2.6 and Python 3.0 included with Snow Leopard. Code: /Library/Frameworks/Python.framework/Versions/3.0/bin/python Python 3.0.1 (r301:69597, Feb 14 2009, 19:03:52) [GCC 4.0.1 (Apple Inc. build 5490)] on darwin >> import distutils.sysconfig >> print(distutils.sysconfig.get_config_var('LINKFORSHARED')) returns: Python.framework/Versions/3.0/Python and /Library/Frameworks/Python.framework/Versions/2.6/bin/python Python 2.6.2 (r262:71600, Apr 16 2009, 09:17:39) [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin >> import distutils.sysconfig >> print(distutils.sysconfig.get_config_var('LINKFORSHARED')) Returns: -u _PyMac_Error Python.framework/Versions/2.6/Python However, /usr/bin/python Python 2.6.1 (r261:67515, Jul 7 2009, 23:51:51) [GCC 4.2.1 (Apple Inc. build 5646)] on darwin >> import distutils.sysconfig >> print(distutils.sysconfig.get_config_var('LINKFORSHARED')) returns the correct path: -u _PyMac_Error /System/Library/Frameworks/Python.framework/Versions/2.6/Python -- nosy: +xdcdx versions: +Python 2.6, Python 3.0 ___ Python tracker <http://bugs.python.org/issue3588> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue3588] sysconfig variable LINKFORSHARED has wrong value for MacOS X framework build
xdcdx added the comment: Correction to my last message: the first two Python installations, located at /Library/Frameworks/Python.framework/Versions/ did not come with Snow Leopard, I installed them from MacPython packages. The Snow Leopard version (/usr/bin/python) does not seem affected by the bug. I just installed the latest MacPython stable packages (2.6.4 and 3.1.1), and the relative path bug is still present. Here's the result for 3.1.1: --$ /Library/Frameworks/Python.framework/Versions/3.1/bin/python3 Python 3.1.1 (r311:74543, Aug 24 2009, 18:44:04) [GCC 4.0.1 (Apple Inc. build 5493)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import distutils.sysconfig >>> print(distutils.sysconfig.get_config_var('LINKFORSHARED')) -framework CoreFoundation Python.framework/Versions/3.1/Python -- versions: +Python 3.1 ___ Python tracker <http://bugs.python.org/issue3588> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue5558] Python 3.0.1 doesn't install correctly on Mac Os X 10.5.6. with xCode 3.1.2
New submission from xdcdx : The Python 3.0.1 Mac OS X installer image doesn't generate correct links for Python3.0 binary interpreter on /usr/local/bin (as the ReadMe says it will do). I'm using Mac Os X 10.5.6 (Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386). Otherwise, Python 3.0 framework files seem to be correctly installed in /Library/Frameworks/Python.framework/Versions/3.0/, and running the interpreter from there works fine. Additionally, Python 2.5 and 2.3 are installed on /System/Library/Frameworks/Python.framework/Versions, and linked from /usr/bin/python. I'm not sure where did these come from, but I suspect they were installed with Xcode 3.1.2. Find the Python 3.0.1 install log attached (I tried to install it twice, disregard the second time). If you need more info, just ask. -- files: install.log.0.bz2 messages: 84119 nosy: xdcdx severity: normal status: open title: Python 3.0.1 doesn't install correctly on Mac Os X 10.5.6. with xCode 3.1.2 Added file: http://bugs.python.org/file13410/install.log.0.bz2 ___ Python tracker <http://bugs.python.org/issue5558> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue5558] Python 3.0.1 doesn't install correctly on Mac Os X 10.5.6. with xCode 3.1.2
Changes by xdcdx : -- components: +Installation type: -> behavior versions: +Python 3.0 ___ Python tracker <http://bugs.python.org/issue5558> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue5558] Python 3.0.1 Mac OS X install image ReadMe is incorrect
xdcdx added the comment: nad: Thanks for your nice clarifications. I am changing the subject of this issue to reflect that the ReadMe file needs correction. -- title: Python 3.0.1 doesn't install correctly on Mac Os X 10.5.6. with xCode 3.1.2 -> Python 3.0.1 Mac OS X install image ReadMe is incorrect ___ Python tracker <http://bugs.python.org/issue5558> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue5558] Python 3.0.1 Mac OS X install image ReadMe is incorrect
Changes by xdcdx : Removed file: http://bugs.python.org/file13410/install.log.0.bz2 ___ Python tracker <http://bugs.python.org/issue5558> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue5558] Python 3.0.1 Mac OS X install image ReadMe file is incorrect
Changes by xdcdx : -- title: Python 3.0.1 Mac OS X install image ReadMe is incorrect -> Python 3.0.1 Mac OS X install image ReadMe file is incorrect ___ Python tracker <http://bugs.python.org/issue5558> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com