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 [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
-~----------~----~----~----~------~----~------~--~---