Python 3.4.1 installer on Mac links Python to old Tcl/Tk

Kevin Walzer kw at codebykevin.com
Fri Oct 3 17:16:19 EDT 2014


On 10/3/14, 3:55 PM, Ned Deily wrote:
> Even if there were no incompatibilities, on OS X with Tcl and Tk (and
> other) frameworks, the version number is embedded in the path to the
> shared library and the linker normally creates an absolute path at that.

Is this because Python lacks the concept of stubs?

A Tcl library compiled for 8.5 can be loaded into 8.6 with no 
re-compiling required because of stubs.
-- 
Kevin Walzer
Code by Kevin/Mobile Code by Kevin
http://www.codebykevin.com
http://www.wtmobilesoftware.com



More information about the Python-list mailing list