what could be the reason of this error??
I cannot understand to what it's related to
Traceback (most recent call last):
File
"/home/manuele/Dropbox/sviluppo/web2py-1.96.4/gluon/restricted.py", line
192, in restricted
exec ccode in environment
File
"/home/manuele/Dropbox/sviluppo/web2py-1.96.4/applications/wind2pow2/controllers/setup.py",
line 101, in <module>
File "/home/manuele/Dropbox/sviluppo/web2py-1.96.4/gluon/globals.py",
line 137, in <lambda>
self._caller = lambda f: f()
File
"/home/manuele/Dropbox/sviluppo/web2py-1.96.4/applications/wind2pow2/controllers/setup.py",
line 82, in upload_anagrafica
superPowerSite('site', 'code').import_anagrafica(path_to_file,
form.vars.owner_company)
File "applications/wind2pow2/modules/meteo.py", line 48, in
import_anagrafica
db(self._table[self.unique]==infos[self.unique]).update(**infos)
File "/home/manuele/Dropbox/sviluppo/web2py-1.96.4/gluon/dal.py",
line 5395, in update
return self.db._adapter.update(tablename,self.query,fields)
File "/home/manuele/Dropbox/sviluppo/web2py-1.96.4/gluon/dal.py",
line 985, in update
self.execute(sql)
File "/home/manuele/Dropbox/sviluppo/web2py-1.96.4/gluon/dal.py",
line 1234, in execute
return self.log_execute(*a, **b)
File "/home/manuele/Dropbox/sviluppo/web2py-1.96.4/gluon/dal.py",
line 1229, in log_execute
ret = self.cursor.execute(*a,**b)
InterfaceError: cursor already closed
thank you very much
Manuele