Same thing happened when I put it in a VM... Anything I can do to help figure out what the issue is?
On Thursday, 14 June 2012 17:41:20 UTC-4, codehamster wrote: > > Just did that, but didn't help either. :) > > I think I'm going to pack the app and move it onto a VM to see if it > behaves any better. > > On Thursday, 14 June 2012 17:32:42 UTC-4, mcm wrote: >> >> try removing all *.pyc files and restart >> >> mic >> >> 2012/6/14 codehamster >> > Yeap. I had that originally, when it didn't work I tried: >> > >> > from gluon import * >> > >> > then changed to again back to Storage but forgot to add back the >> storage. >> > >> > However, nothing seems to help. >> > >> > >> > On Thursday, 14 June 2012 17:21:18 UTC-4, Niphlod wrote: >> >> >> >> 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 >> >>>> >> >>>> >> > >> >

