It appears right there in 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 <posheng...@gmail.com> wrote: > > 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 "/home/posh/Codes/web2py/trunk/gluon/restricted.py", line 107, > in restricted > exec ccode in environment > File "/home/posh/Codes/web2py/trunk/applications/welcome/controllers/ > appadmin.py", line 286, in <module> > File "/home/posh/Codes/web2py/trunk/applications/welcome/controllers/ > appadmin.py", line 255, in _TEST > ImportError: No module named fileutils > > Does anyone face the same problem? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---