|
|
|
|
|
by jventura
3671 days ago
|
|
I can confirm that the Python dynamic library installed from python.org do not have any reference to LC_VERSION_MIN_MACOSX. So in theory, it would work on any OS X version.. The only catch is that the official binaries are 32/64 bits which means that the shared library is 6MB instead of 2MB for the homebrew version, and the standard library zip is 23MB instead of 10MB for the homebrew's version.. I've updated the blog post with those remarks in the end. |
|
Python bundles a bunch of modules one may not need for embedding in either case, and they can be turned into byte code before distribution.