I have a project that's work perfect locally but, when i deploy it to GAE i have this error:
"Error: Server Error
The server encountered an error and could not complete your request.
If the problem persists, please report your problem and mention this error message and the query that caused it."
I'm using only one extra package "wtforms" (installed adding in requires's setup.py and packages's buildout.cfg)
How i can debug this error? Log section on GAE administration panel show no errors.
How i can do anything like this? I try to install pyramid_debugtoolbar but i have some errors including this.
Any other debuging tips?
Thanks,
Alejandro