If I am right in understanding, Python compile files are cross platform. So why are most libraries released requiring a build and install?
Is it laziness on the part of the distributer, or am I wrong in saying they could simply distribute the pyc files? If this isn't the case, how do I distribute a python script file that has libraries as prerequist without requiring the user to build and install the libraries?