[issue18117] Missing symlink:Current after Mac OS X 3.3.2 package installation

Ned Deily report at bugs.python.org
Sun Jun 2 18:16:30 CEST 2013


Ned Deily added the comment:

That behavior of the OS X installer is by design. Currently, the "Current" link is only set for Python 2 installations, not Python 3 ones.  While that may have made sense in the early days of Python 3 (assuming there would be mixed installations of both Python 3 and Python 2 to the same framework), that is probably no longer a good idea.  Considering the difference between Python 2 and 3 at the API level and that one of the reasons for installing as a framework should be to simplify linking with Python libraries, I've been thinking that it might be a good idea to have Python 3 install in its own framework, say Python3.  Or some other arrangement.  As it stands today, 'cc ... -framework Python ...' isn't usable for Python 3 out of the box.

----------
nosy: +ned.deily
versions: +Python 3.4 -Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18117>
_______________________________________


More information about the Python-bugs-list mailing list