Hello all,
I have being trying to import a csv data to a DAL database and this is what
i get:
....
Traceback
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
Traceback (most recent call last):
File "/home/xxx/Documents/web2py211/gluon/restricted.py", line 209, in
restricted
exec ccode in environment
File "/home/xxxDocuments/web2py211/applications/appx/controllers/appadmin.py"
<http://127.0.0.1:8000/admin/default/edit/Ggrouplayout/controllers/appadmin.py>,
line 447, in <module>
File "/home/xxx/Documents/web2py211/gluon/globals.py", line 187, in <lambda>
self._caller = lambda f: f()
File
"/home/xxx/Documents/web2py211/applications/appx/controllers/appadmin.py"
<http://127.0.0.1:8000/admin/default/edit/Ggrouplayout/controllers/appadmin.py>,
line 255, in select
tb = tb,
UnboundLocalError: local variable 'tb' referenced before assignment
...
Has anyone come across similar problem ?
--