[google-appengine] Cannot import name util

2011-03-08 Thread Tomas Rampas
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

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



[google-appengine] Re: Cannot import name util

2011-03-08 Thread Tomas Rampas
According to this 
posthttp://code.google.com/intl/cs/appengine/forum/?place=msg%2Fgoogle-appengine%2Fr-U4l76NMf4%2FIfA1sZGewdQJit
 seems there are some problem with Python runtime...

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