In the last 24 hours we've seen increasing DeadlineExceededError on
import statements of pages that previously ran just fine.  No code
changes in the last month or so.

The stack dump suggests a problem with XML libraries. (???)

We're about to get hit with an order of magnitude increase in users
and this is a bit scary.

There is no django here, and the imports before gdata are:

import os
import logging
import urllib
import time
import sys
import re

sys.path.insert(0,'atom.zip')
sys.path.insert(0,'gdata.zip')

import gdata.apps.service

tail end of stack trace shows:

File "/base/data/home/apps/xyz/acapulco.339289566140536821/gdata/
tlslite/utils/Python_RSAKey.py", line 4, in <module>
    import xmltools
  File "/base/data/home/apps/xyz/acapulco.339289566140536821/gdata/
tlslite/utils/xmltools.py", line 10, in <module>
    from xml.dom import minidom
  File "/base/python_dist/lib/python2.5/xml/dom/minidom.py", line 15,
in <module>
    """

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to