Hello everyone,
I'd like to contribute a library (Pandas) in order to create interactive tutorials about data analysis.
I created a fresh virtual machine (Ubuntu 12 LTS), installed python2.6, installed easy_install and pip.
GitPython did not work, as gitdb was missing. So I installed gitdb. Then GitPython.
Unfortunately,
"import git" yields "Error: gitdb could not be found in your PYTHONPATH"
And ./m dist says: "GitPython not installed", which is probably due to the erroneous git import.
Have you an idea what the problem is?