Community Page
- benjamingolub.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- What I can say is very nice and helpful as well as informative post...really help me very much more!! Thanks.. Cheers, <a href="http://sain-web.com" rel="nofollow">Buat...
- That's a great tip. Thanks for sharing. Darek from <a href="http://www.informationex.com">Free ad web service</a>
- Just testing
- Great post Thanks
- This is a very fantastic effect, thank you
Jump to original thread »
Ask and ye shall receive. Attached is a patch for using friendfeed.py on Google App Engine. You need to also have demjson available. Google App Engine does not allow use of many C modules (like cjson) and both json and simplejson will throw decoding errors from time to time. demjson is slow but won’t throw [...]
... Continue reading »
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
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
1 year ago
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!
1 year ago
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 year ago
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.
11 months ago
http://adamloving.com/2008/07/22/changes-to-fri...
11 months ago
http://github.com/bgolub/fftogo/tree/master/fri...