the pypi package is 'gitpython' -- http://pypi.python.org/pypi/GitPython -- in Debian/Ubuntu, use "sudo pip install gitpython"; Ubuntu's package, "python-git," is actually the gitpython program, but is not up-to-date;
that program is necessary for installing a git-repositoried application via web2py's admin, which probably doesn't have much to do with the original question; nonetheless, I'd be curious to know if there's a way to import an app from a local git repository On Tuesday, October 2, 2012 1:15:36 PM UTC-5, Shivakumar GN wrote: > > On Saturday, 8 September 2012 04:16:13 UTC+5:30, Massimo Di Pierro wrote: > >> One of the new features is that in admin you can use a git url to install >> a web2py directly from github. You can also push >> an app to github. All of this requires python-git. >> > > > Isn't that supposed to be gitpython? > > --

