[web2py:22451] Re: New in trunk .html, .xml, .json, .rss

2009-05-22 Thread posh
I have tried this, and it's convenient and intuitive. :p But I am thinking that can we disable any of them in controller(html, xml, json, and rss)? On 5月23日, 上午11時29分, mdipierro wrote: > so... has anybody tried this? Pros? Cons? > > can we release 1.63 next week? > > On May 22, 7:54 am, mdipier

[web2py:22455] doctest error when using trunk code

2009-05-22 Thread posh
I use svn to fetch the trunk code, and when I try to test controllers of "welcome" application, there is an error about "No module named fileutils"(My own application has the same problem, too). Here is the error trackback: Traceback (most recent call last): File "/hom

[web2py:22606] Re: doctest error when using trunk code

2009-05-25 Thread posh
the svn > > sources:http://code.google.com/p/web2py/source/browse/trunk/gluon/fileutils.py > > > You should try to either get a fresh svn checkout, or re-do your svn update. > > > On Sat, May 23, 2009 at 1:00 AM, posh wrote: > > > > I use svn to fetch the trunk code, and