Modules will persist. Use this code in your controller in development mode :)
from gluon.custom_import import track_changes; track_changes(True) On Wednesday, August 15, 2012 1:55:16 PM UTC+8, Janath wrote: > > Hi, > I have kept some subroutines in modules folder of a web2py application. I > have been trying to edit those modules but was unable. Changes doesn't > reflect, even when I delete the compiled version from the folder. > > Is that the way it designed or I am I doing something wrong? > > Appreciate your response. > > Janath > --

