My site is hosted at webfaction.com, and I find that if no one's visited the site in awhile, then apache or web2py cannot access the file utils.py in modules/
Anyone run into this problem before? I've solved this problem by adding __init__.py to controllers/ and importing utils.py from there.

