Have you ever been frustrated by easy_install? Yeah, me neither. But I have heard whispers of discontent. So I’m introducing a new tool for the installation of Python packages: pyinstall. pyinstall is mostly easy_install compatible. That means it finds distributions in the same way as easy_install and it installs packages via setuptools. If you are familiar with easy_install you’ll know how to us

