uhm. wouldn't "from gluon import Storage" line be "from gluon.storage import Storage" ?
Il giorno giovedì 14 giugno 2012 22:50:57 UTC+2, codehamster ha scritto: > > I have restarted several times web2py already, I also have the following > in one of my models: > > from gluon.custom_import import track_changes; track_changes(True) > > On Thursday, 14 June 2012 16:47:33 UTC-4, mcm wrote: >> >> You may have to reload the modules. Maybe restarting web2py helps. >> >> mic >> >> >>

