Hi Paolo - That's correct - these will not install directly. They are zip, gzip, or bzup'd files.
web2py loads a tar file. You can get the gz and use an open source unzip tool to extract just the tar - I use 7zip, which runs on windows, mac, and linux: http://www.7-zip.org/download.html bitbucket creates these archives, so they are always available; the link Massimo provides he makes manually. Regards, Yarko On Sat, Dec 6, 2008 at 5:51 PM, pmate <[EMAIL PROTECTED]> wrote: > > hi Yarko, > thanks for your answer. Could you please post the direct link to > t2_plugin.tar. > In http://www.bitbucket.org/yarko/web2py-t2/ there is (up-right of > page) a download link which provides 3 files: zip, gz, bz2. Right? > They all are around 2,7 Mb but don't install. > That one on > http://mdp.cti.depaul.edu/examples/static/web2py.app.plugin_t2.tar, > is about 12 Mb and installs (but reset password don't work. > > Sincerely, on http://launchpad.net/t2 i couldn't find the download > link. > > Thanks > > Paolo > > On 7 Dic, 00:19, "Yarko Tymciurak" <[EMAIL PROTECTED]> wrote: > > The newest one is onhttp://launchpad.net/t2 > > I mirror current checkins tohttp://www.bitbucket.org/yarko/web2py-t2/ > > > > where you can get an archive of it. > > > > Note: I mirror manually - I check basic operation, and include t2 in > web2py > > mirror also. That means that the mirror is usually up to date w/ > launchpad > > by anywhere from minutes to a day or two. > > > > Regards, > > Yarko > > > > On Sat, Dec 6, 2008 at 5:06 PM, pmate <[EMAIL PROTECTED]> wrote: > > > > > I downloaded t2 from > > >http://mdp.cti.depaul.edu/examples/static/web2py.app.plugin_t2.tar, > > > called it plugin_t2. > > > Login, logout work perfect but when i call: > > > def reset_password(): return t2.reset_password() or > > > def reset_password(): return dict(form=t2.reset_password()) > > > i get respectively: > > > > > def reset_password(): return t2.reset_password() > > > AttributeError: T2 instance has no attribute 'reset_password' > > > > > def reset_password(): return dict(form=t2.reset_password()) > > > AttributeError: T2 instance has no attribute 'reset_password' > > > > > did i downloaded the wrong t2 file? > > > > > Paolo > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

