On Sunday, October 30, 2011 2:04:47 PM UTC-4, Samuele Santi wrote: > > BTW, is there any way to automatically watch module files for changes > using inotify and reload() them automatically upon change, at least > during development? > from gluon.custom_import import track_changes; track_changes(True)
This will reload modules, but only when they change. BTW, all of this will be documented in the upcoming revision of the book. Anthony

