Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
pyramid_appengine error and debugging
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Alejandro Jatib  
View profile   Translate to Translated (View Original)
 More options Jun 26 2012, 10:40 am
From: Alejandro Jatib <aja...@gmail.com>
Date: Tue, 26 Jun 2012 07:40:10 -0700 (PDT)
Local: Tues, Jun 26 2012 10:40 am
Subject: pyramid_appengine error and debugging

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.
Searching i find this example using webapp:
https://developers.google.com/appengine/articles/logging
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alejandro Jatib  
View profile   Translate to Translated (View Original)
 More options Jun 27 2012, 11:21 am
From: Alejandro Jatib <aja...@gmail.com>
Date: Wed, 27 Jun 2012 08:21:49 -0700 (PDT)
Local: Wed, Jun 27 2012 11:21 am
Subject: Re: pyramid_appengine error and debugging

Hello
I could solve the problem but the reason is very rare. In pyramid_appengine
template refers to a library "from import google.appengine.tools
dev_appserver_index" within the file library conftest.py and it is this
which is not found.
Did anyone have this error?
Why can that happen?

El martes, 26 de junio de 2012 11:40:10 UTC-3, Alejandro Jatib escribió:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thomas G. Willis  
View profile   Translate to Translated (View Original)
 More options Jun 27 2012, 6:23 pm
From: "Thomas G. Willis" <tom.wil...@gmail.com>
Date: Wed, 27 Jun 2012 15:23:54 -0700 (PDT)
Local: Wed, Jun 27 2012 6:23 pm
Subject: Re: pyramid_appengine error and debugging

conftest.py bootstraps the test suite so that your unit tests will populate
your index.yaml among other things.

I wouldn't have expected that to be imported, but I guess if you are using
view_config and config.scan() that might happen.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »