Hi, I just released a first very alpha version of a utility called 'delocate'. It analyzes code in a wheel for any missing dynamic libraries, and copies these into the wheel:
https://pypi.python.org/pypi/delocate For example, something like: delocate-wheel scipy-0.14.0b1-cp34-cp34m-macosx_10_6_intel.whl will find the non-system dynamic libs that the wheel needs, and copy them into the wheel, fixing the links as it goes. This can make it easier to release wheels that will work across machines. I'd be very grateful for feedback... Cheers, Matthew _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org https://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG