On 5/26/16, Roman Molotkovski <[email protected]> wrote: > > I've been looking for old versions of python and but I can't find anything > older than 2.0.2 (on github). > A previous thread in this group mentioned this link : h > ttp://code.google.com/p/web2py/source/list > <http://code.google.com/p/web2py/source/list> which was supposedly > referring to older versions, but it just refers to the github repository. > > I'm specifically interested in version 1.89.5. > Any ideas where can I get it?
I found a web2py mercurial clone repository on my laptop with releases starting from 1.77.1 until 2.5.1. I did the following: $ hg checkout -r R-1.89.5 $ hg archive /tmp/web2py-1.89.5.tar.gz I attached the resulting web2py-1.89.5.tar.gz (~5MB) @Roman - see if it solves your problem @all - Sorry it's a big email... Ricardo -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

