You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
Hello all, I'm using Python, and Django 1.2 and currently I'm facing problem with 500 App server error with following log entry: <type 'exceptions.ImportError'>: cannot import name util Traceback (most recent call last): File "/base/data/home/apps/jdiakup/1.348854888698905944/
I have only one place where mentioned util module is referenced:
from google.appengine.ext.webapp import util
Does anyone have any idea why this is suddenly happening?
Thanks
Tomas
Tomas Rampas
unread,
Mar 8, 2011, 7:16:25 AM3/8/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
According to this post it seems there are some problem with Python runtime...