What is the best way to install two python modules with the same name? I am currently dependent on two different facebook libraries: pyfacebook and Facebook of the new python-sdk. Both of these libraries install themselves as a facebook module. I can come up with a bunch of hacked solutions, but before I left, I was curious if there was a Python way to handle this situation.
I am using virtualenv and pip.
(Yes, I end up condemning one of them, but I had two different engineers working on two different problems, and they did not realize that they were using a different module before integration)
python setuptools virtualenv distutils
guidoism
source share