<type 'exceptions.OSError'> [Errno 2] No such file or directory:
'/Users/adnan/web2py-branch9/applications/examples/languages'
traceback:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
Traceback (most recent call last):
File "/Users/adnan/web2py-branch9/gluon/restricted.py", line 209, in
restricted
exec ccode in environment
File "/Users/adnan/web2py-branch9/applications/admin/controllers/default.py"
<http://127.0.0.1:8000/admin/default/edit/admin/controllers/default.py>, line
1722, in <module>
File "/Users/adnan/web2py-branch9/gluon/globals.py", line 185, in <lambda>
self._caller = lambda f: f()
File "/Users/adnan/web2py-branch9/applications/admin/controllers/default.py"
<http://127.0.0.1:8000/admin/default/edit/admin/controllers/default.py>, line
949, in design
in read_possible_languages(apath(app, r=request)).iteritems()
File "/Users/adnan/web2py-branch9/gluon/languages.py", line 207, in
read_possible_languages
for filename in os.listdir(langdir):
OSError: [Errno 2] No such file or directory:
'/Users/adnan/web2py-branch9/applications/examples/languages'
--