Got this error? No module named fancy_urllib? Is Django + Google App Engine your set up?
Probably you have GAE SDK in your PYTHONPATH. It should be in your PATH only, NOT PYTHONPATH (it's mentioned in installation manual but who reads them ... ).
My hosting provider got a severe server crash recently. I suppose that most of the things is still not restored. One of those stories when even backups are not enough. Funny thing, I saw this twice recently, for two totally separate providers
It looks like most of my blog has been restored. If you find some error please let me know.
A joke by the way:
"There are two types of people. Those who do backups and those who will."
It is as easy as following a few steps described here.
Key things to remember:
specify google.appengine.sdk in BuildConfig.groovy
specify google.appengine.application in Config.groovy if your Grails application name does not match GAE application name
version can contain letters, digits and hyphens. If you try to use something like "1.3.7" you will get "500 Internal Server Error" while performing "appcfd.cmd update"