<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:html="http://www.w3.org/1999/html" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Ross Burton</title><link>http://www.burtonini.com/blog</link><description>A potted account of Ross' life</description><language>en</language><ttl>60</ttl><dc:creator>Ross Burton</dc:creator><admin:generatorAgent rdf:resource="http://pyblosxom.sourceforge.net/"/><admin:errorReportsTo rdf:resource="mailto:ross@burtonini.com"/><item><title>Python Challenge</title><guid isPermaLink="false">computers/challenge-2006-09-07-23-10</guid><link>http://www.burtonini.com/blog/computers/challenge-2006-09-07-23-10</link><description>Here is a quick challenge for any Python gurus out there. Go and grab the Postr source (you'll need bzr) ...</description><content:encoded><![CDATA[    <p>
      Here is a quick challenge for any Python gurus out there.  Go and <a
      href="http://burtonini.com/bzr/postr/">grab the Postr source</a> (you'll
      need bzr) and run <tt>src/postr.py</tt>.  Marvel at how simple it makes
      uploading images to Flickr, and how well it works.
    </p>
    <p>
      Then run <tt>python setup.py install --prefix=<cite>prefix</cite></tt> and
      run <cite>prefix</cite>/bin/postr.  Try to upload an image and note how it
      hangs.  A little debugging reveals that it is hanging on
      <tt>mimetools.choose_boundary()</tt>, and I have no idea why.  I've
      probably made a stupid typo somewhere, can anyone spot the problem?
    </p>
]]></content:encoded><dc:date>2006-09-07T22:10:00Z</dc:date></item></channel></rss>