On Apr 19, 2:43 pm, Cody Harlow <[email protected]> wrote: > Try from Google Code. It's the dev version though. > > http://code.google.com/p/web2py/
The "tip" may be development, but Massimo has started tagging the checkings, so you can ALWAYS get the latest release from Google Code repository: On your machine, just: $ hg clone -r R-1.77.3 https://web2py.googlecode.com/hg/ web2py Actually Massimo: This suggests it might be good to have a "release" equivalent of "tip": How about you tag each release with the release number AND a standard tag, such as "RELEASE", so that "RELEASE" is always the latest release. You can put multiple tags on a single tag command; since you would be re-tagging "RELEASE" (always), you would need the "force" flag, so it would look like this: massimo-machine $ hg -tag -f RELEASE R-1.77.99 - Yarko > > On Mon, Apr 19, 2010 at 2:50 PM, Pystar <[email protected]> wrote: > > Hello guys, > > I have noticed for sometime now that I can no longer access > > web2py.com. i live in Lagos, Nigeria, and this never used to be a > > problem for me. I want to download the current version of web2py > > (1.77.1) but cant do so due to this problem. Can anyone please direct > > me to any alternative download site for this? > > Thanks > > Pystar > > > -- > > Subscription settings: > >http://groups.google.com/group/web2py/subscribe?hl=en

