It should not show them if python git is not installed. I will check. On Sunday, November 11, 2012 4:53:31 PM UTC-6, Anthony Lim wrote: > > If it is not supported why does it show "git pull" and "git push" buttons > in the web2py admin interface? > > On Friday, November 9, 2012 8:20:02 AM UTC-8, Massimo Di Pierro wrote: >> >> It is not a requirement. It is an experimental feature for now. We cannot >> include it because has binary dependences. When we'll support hg, we'll >> include it since it has no binary dependencies. >> >> On Friday, 9 November 2012 01:19:23 UTC-6, Luc Chase wrote: >>> >>> When trying to install a package from github I get an error saying that >>> I need to have the gitpython module. But when I execute the following it >>> seems it is already there... >>> sudo pip install gitpython >>> Password: >>> Requirement already satisfied (use --upgrade to upgrade): gitpython in >>> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/GitPython-0.3.2.RC1-py2.7.egg >>> Requirement already satisfied (use --upgrade to upgrade): gitdb>=0.5.1 >>> in >>> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gitdb-0.5.4-py2.7-macosx-10.5-intel.egg >>> >>> (from gitpython) >>> Requirement already satisfied (use --upgrade to upgrade): async>=0.6.1 >>> in >>> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/async-0.6.1-py2.7-macosx-10.5-intel.egg >>> >>> (from gitdb>=0.5.1->gitpython) >>> Requirement already satisfied (use --upgrade to upgrade): smmap>=0.8.0 >>> in >>> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/smmap-0.8.2-py2.7.egg >>> >>> (from gitdb>=0.5.1->gitpython) >>> Cleaning up... >>> >>> >>> So what do I need to do to ensure it is available to Web2py ? >>> >>> By the way... gitpython is a requirement of web2py so how come it isn't >>> included? >>> It also can't be used as a tag in this group? >>> >>>
--