I have a boilerplate application, that I wanted to deploy on Azure. Locally it runs fine, but when I deploy to Azure cloud, I get:
ImportError at /
cannot import name 'views' from 'eve' (unknown location)
I tried changing the import to my eve app.. but I get same error. Here is my traceback: http://dpaste.com/3Q23GMD