Re: [web2py] Re: gitpython module error

2012-11-11 Thread Luc Chase
Cliff, this looks like what I need ( even if it turns out it isn't the specific problem here ). I'll go through it in detail today. Hopefully the docs will mention how to clean-up an existing mess of versions. On 12 November 2012 05:12, Cliff Kachinske wrote: > To run many versions of python

[web2py] Re: gitpython module error

2012-11-11 Thread Cliff Kachinske
To run many versions of python or multiple environments, check out http://www.virtualenv.org/en/latest/ On Friday, November 9, 2012 2:19:23 AM UTC-5, 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 ex

Re: [web2py] Re: gitpython module error

2012-11-11 Thread Luc Chase
I would still like to get this working or at least some hint as to possible reasons why it doesn't work on my system. I'm running the latest stable build with no modifications, but my OS X machine has several versions of Python installed. Do I perhaps need to strip out some of that or is there som

[web2py] Re: gitpython module error

2012-11-11 Thread Massimo Di Pierro
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,

[web2py] Re: gitpython module error

2012-11-11 Thread Anthony Lim
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 dependence

[web2py] Re: gitpython module error

2012-11-10 Thread dhmorgan
Is the failure to find gitpython module happening with development server or Apache/other? If you start Python interpreter and can you import git, perhaps web server is using a different Python. On Friday, November 9, 2012 1:19:23 AM UTC-6, Luc Chase wrote: > > When trying to install a package

[web2py] Re: gitpython module error

2012-11-09 Thread Massimo Di Pierro
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