ImportError: No module named controllers.index

Fix: create empty file: appname/appname/controllers/init.py

Anytime I tried to load a page in my pylons app, I received the error message: ImportError: No module named controllers.index I had just deleted all of the .pyc files because I was getting wrong magic number errors, and somehow this problem resulted.