I\'m having a strange problem while trying to install the Python library zenlib, using its setup.py file. When I run the setup.py file
zenlib
setup.py
I only got one advice for you : Create a virtualenv. This will ensure you have only one version of python and all your packages installed locally (and not on your entire system). Should be one of the solutions.