Re: [web2py] Re: Ubuntu pip install web2py in virtualenv

2011-08-02 Thread David Webb

On 08/01/2011 05:55 PM, pbreit wrote:

I always advise installing via Mercurial clone if possible.

hg clone https://code.google.com/p/web2py/ web2py
i am get an error when trying to clone, tried multiple times last night 
and today


hg clone https://code/google.com/p/web2py/ web2py
abort: error: Connection refused

do i have to register somewhere or am i missing something?



Re: [web2py] Re: Ubuntu pip install web2py in virtualenv

2011-08-02 Thread David Webb

On 08/02/2011 12:06 PM, pbreit wrote:

Hmmm...hard to say. Are you on Mac, Windows or *nix?

Can you try it with http:
hg clone http://code.google.com/p/web2py/ 
https://code.google.com/p/web2py/ web2py

on unix, and i found my truly bonehead error
don't know why, but in my terminal window i had typed code/google.com 
NOT code.google.com

thanks, after correcting the mistake download went smoothly