Maybe you have a syntax error or an error with imports inside the api module, the web2py custom importer does not shows complete traceback for that cases.
On Tue, Mar 13, 2012 at 10:48 AM, Udi Milo <udim...@gmail.com> wrote: > Hi all, > > I've added a new api.py file to the /modules directory. > I've also added a call from my default.py "from api import Api" > > working locally, everything is fine. > when deploying to GAE, I get > <type 'exceptions.ImportError'> No module named api > > can anyone suggest an answer to my problem? > -- Bruno Rocha [http://rochacbruno.com.br]