<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>benjamingolub.com - Latest Comments in friendfeed.py Patch for use on Google App Engine</title><link>http://benjamingolub.disqus.com/</link><description></description><language>en</language><lastBuildDate>Tue, 22 Jul 2008 20:18:07 -0000</lastBuildDate><item><title>Re: friendfeed.py Patch for use on Google App Engine</title><link>http://benjamingolub.com/2008/05/29/friendfeedpy-patch-for-use-on-google-app-engine/#comment-971970</link><description>Actively developed here too:&lt;br&gt;&lt;a href="http://github.com/bgolub/fftogo/tree/master/friendfeed.py" rel="nofollow"&gt;http://github.com/bgolub/fftogo/tree/master/fri...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bgolub</dc:creator><pubDate>Tue, 22 Jul 2008 20:18:07 -0000</pubDate></item><item><title>Re: friendfeed.py Patch for use on Google App Engine</title><link>http://benjamingolub.com/2008/05/29/friendfeedpy-patch-for-use-on-google-app-engine/#comment-971920</link><description>I should've taken the time to search before hacking my own version. Need to go back and apply your urlencode fix though. Thanks.&lt;br&gt;&lt;br&gt;&lt;a href="http://adamloving.com/2008/07/22/changes-to-friendfeed-python-library-for-use-with-app-engine/" rel="nofollow"&gt;http://adamloving.com/2008/07/22/changes-to-fri...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">adaml</dc:creator><pubDate>Tue, 22 Jul 2008 20:10:59 -0000</pubDate></item><item><title>Re: friendfeed.py Patch for use on Google App Engine</title><link>http://benjamingolub.com/2008/05/29/friendfeedpy-patch-for-use-on-google-app-engine/#comment-621161</link><description>HI, just to point that I found a tweak for my case , I mean a patch for non django framework users:&lt;br&gt;&lt;br&gt;1) download the following files  : &lt;br&gt;&lt;br&gt;1-1)http&lt;br&gt;1-2)encoding&lt;br&gt;1-3)functional&lt;br&gt;&lt;br&gt;from :&lt;br&gt;&lt;a href="http://code.djangoproject.com/browser/django/branches/unicode/django/utils" rel="nofollow"&gt;http://code.djangoproject.com/browser/django/br...&lt;/a&gt; &lt;br&gt;&lt;br&gt;adding those file to the project and it work, again thank you for this patch.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">abdellah</dc:creator><pubDate>Mon, 09 Jun 2008 08:10:54 -0000</pubDate></item><item><title>Re: friendfeed.py Patch for use on Google App Engine</title><link>http://benjamingolub.com/2008/05/29/friendfeedpy-patch-for-use-on-google-app-engine/#comment-617245</link><description>Thank you very much, I too think that the problem come from Django, I tried using GAE SDK, without importing anything from Django, may I re-think about how to implement things in my project again.&lt;br&gt;&lt;br&gt;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.&lt;br&gt;&lt;br&gt;may be the solution is just to import the "django.utils.http import urlencode" I mean to include  http to django utils in GAE.&lt;br&gt;&lt;br&gt;again thank you very much for your help and for the links.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">abdellah</dc:creator><pubDate>Sun, 08 Jun 2008 10:40:19 -0000</pubDate></item><item><title>Re: friendfeed.py Patch for use on Google App Engine</title><link>http://benjamingolub.com/2008/05/29/friendfeedpy-patch-for-use-on-google-app-engine/#comment-617217</link><description>Are you sure you have Django in your python path?  You might also need to&lt;br&gt;use Django trunk; I have not tested this using the version included in&lt;br&gt;Google App Engine (which is .96 and very far away from trunk).  This link (&lt;br&gt;&lt;a href="http://code.google.com/appengine/articles/django.html" rel="nofollow"&gt;http://code.google.com/appengine/articles/djang...&lt;/a&gt;) tells you how to use&lt;br&gt;trunk on GAE.&lt;br&gt;&lt;br&gt;Good luck!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bgolub</dc:creator><pubDate>Sun, 08 Jun 2008 10:30:03 -0000</pubDate></item><item><title>Re: friendfeed.py Patch for use on Google App Engine</title><link>http://benjamingolub.com/2008/05/29/friendfeedpy-patch-for-use-on-google-app-engine/#comment-617152</link><description>HI, &lt;br&gt;thank you very much for this patch, however, I got this error trying to use it:&lt;br&gt;&lt;br&gt;from django.utils import urlencode&lt;br&gt;ImportError: cannot import name urlencode</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">abdellah</dc:creator><pubDate>Sun, 08 Jun 2008 09:54:52 -0000</pubDate></item><item><title>Re: friendfeed.py Patch for use on Google App Engine</title><link>http://benjamingolub.com/2008/05/29/friendfeedpy-patch-for-use-on-google-app-engine/#comment-567965</link><description>Glad it's working for you; let me know if you have any trouble.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bgolub</dc:creator><pubDate>Sun, 01 Jun 2008 14:51:05 -0000</pubDate></item><item><title>Re: friendfeed.py Patch for use on Google App Engine</title><link>http://benjamingolub.com/2008/05/29/friendfeedpy-patch-for-use-on-google-app-engine/#comment-567391</link><description>Finally got some time to be playing around again - this worked great, I did update the json code to use django's simplejson (I was using that in my original crappy friendfeed.py :) - but other than that it was as you patched it and everything was smooth sailing.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">felix</dc:creator><pubDate>Sun, 01 Jun 2008 12:06:55 -0000</pubDate></item><item><title>Re: friendfeed.py Patch for use on Google App Engine</title><link>http://benjamingolub.com/2008/05/29/friendfeedpy-patch-for-use-on-google-app-engine/#comment-555967</link><description>Let me know how it works out for you.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bgolub</dc:creator><pubDate>Fri, 30 May 2008 07:31:04 -0000</pubDate></item><item><title>Re: friendfeed.py Patch for use on Google App Engine</title><link>http://benjamingolub.com/2008/05/29/friendfeedpy-patch-for-use-on-google-app-engine/#comment-554664</link><description>Great! This is something I've been waiting for.  I hacked around it to get simple retrieval to work but I think I'll go ahead and replace my code with this.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bjtitus</dc:creator><pubDate>Thu, 29 May 2008 23:13:10 -0000</pubDate></item><item><title>Re: friendfeed.py Patch for use on Google App Engine</title><link>http://benjamingolub.com/2008/05/29/friendfeedpy-patch-for-use-on-google-app-engine/#comment-551843</link><description>No problem; mine was hacky too for a long time.  The thing that got me was urllib2 will automatically set the correct content-type when POSTing but urlfetch does not.  I was stuck on that for hours.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bgolub</dc:creator><pubDate>Thu, 29 May 2008 15:35:35 -0000</pubDate></item><item><title>Re: friendfeed.py Patch for use on Google App Engine</title><link>http://benjamingolub.com/2008/05/29/friendfeedpy-patch-for-use-on-google-app-engine/#comment-551812</link><description>This is great! Thanks a lot. My own hacked up version was barely functional. :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">felix</dc:creator><pubDate>Thu, 29 May 2008 15:30:16 -0000</pubDate></item></channel></rss>