-
Website
http://www.benjamingolub.com/ -
Original page
http://benjamingolub.com/2008/05/29/friendfeedpy-patch-for-use-on-google-app-engine/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Yuvi Panda
2 comments · 6 points
-
EricaJoy
2 comments · 3 points
-
Daniel Ha
1 comment · 396 points
-
m1ck
4 comments · 1 points
-
golfman_story
2 comments · 3 points
-
-
Popular Threads
-
Very disappointed with Sprint - Benjamin Golub
1 week ago · 4 comments
-
test - Benjamin Golub
2 weeks ago · 6 comments
-
Very disappointed with Sprint - Benjamin Golub
thank you very much for this patch, however, I got this error trying to use it:
from django.utils import urlencode
ImportError: cannot import name urlencode
use Django trunk; I have not tested this using the version included in
Google App Engine (which is .96 and very far away from trunk). This link (
http://code.google.com/appengine/articles/djang...) tells you how to use
trunk on GAE.
Good luck!
I havn't used Django as a framework before , even not think to associate it with GAE, for the moment I am trying webpy as a frame work.
may be the solution is just to import the "django.utils.http import urlencode" I mean to include http to django utils in GAE.
again thank you very much for your help and for the links.
1) download the following files :
1-1)http
1-2)encoding
1-3)functional
from :
http://code.djangoproject.com/browser/django/br...
adding those file to the project and it work, again thank you for this patch.
http://adamloving.com/2008/07/22/changes-to-fri...
http://github.com/bgolub/fftogo/tree/master/fri...