<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: xkcd &#8220;Self-Description&#8221; solved with python+pygame</title>
	<atom:link href="http://www.philhassey.com/blog/2010/01/13/xkcd-self-description-solved-with-pythonpygame/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.philhassey.com/blog/2010/01/13/xkcd-self-description-solved-with-pythonpygame/</link>
	<description>game dev blog</description>
	<lastBuildDate>Fri, 06 Jan 2012 23:00:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: philhassey</title>
		<link>http://www.philhassey.com/blog/2010/01/13/xkcd-self-description-solved-with-pythonpygame/comment-page-1/#comment-22325</link>
		<dc:creator>philhassey</dc:creator>
		<pubDate>Fri, 15 Jan 2010 03:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/?p=263#comment-22325</guid>
		<description>smoothscale is in the latest pygame, so yeah, older builds of it won&#039;t have it.

Thanks for taking screenshots :)</description>
		<content:encoded><![CDATA[<p>smoothscale is in the latest pygame, so yeah, older builds of it won&#8217;t have it.</p>
<p>Thanks for taking screenshots <img src='http://www.philhassey.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ariel</title>
		<link>http://www.philhassey.com/blog/2010/01/13/xkcd-self-description-solved-with-pythonpygame/comment-page-1/#comment-22324</link>
		<dc:creator>Ariel</dc:creator>
		<pubDate>Fri, 15 Jan 2010 02:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/?p=263#comment-22324</guid>
		<description>Sorry, about the double post. Delete the first one.

I changed smoothscale to scale and it ran, and I made this sequence of images, so people who don&#039;t have phygame, etc, can see it:

http://news.ycombinator.com/item?id=1054079</description>
		<content:encoded><![CDATA[<p>Sorry, about the double post. Delete the first one.</p>
<p>I changed smoothscale to scale and it ran, and I made this sequence of images, so people who don&#8217;t have phygame, etc, can see it:</p>
<p><a href="http://news.ycombinator.com/item?id=1054079" rel="nofollow">http://news.ycombinator.com/item?id=1054079</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gislan</title>
		<link>http://www.philhassey.com/blog/2010/01/13/xkcd-self-description-solved-with-pythonpygame/comment-page-1/#comment-22323</link>
		<dc:creator>gislan</dc:creator>
		<pubDate>Fri, 15 Jan 2010 01:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/?p=263#comment-22323</guid>
		<description>Ariel: you need to update your python-pygame package. I had same problem, &quot;apt-get update; apt-get install python-pygame&quot; fixed the problem (unstable)</description>
		<content:encoded><![CDATA[<p>Ariel: you need to update your python-pygame package. I had same problem, &#8220;apt-get update; apt-get install python-pygame&#8221; fixed the problem (unstable)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ariel</title>
		<link>http://www.philhassey.com/blog/2010/01/13/xkcd-self-description-solved-with-pythonpygame/comment-page-1/#comment-22321</link>
		<dc:creator>Ariel</dc:creator>
		<pubDate>Thu, 14 Jan 2010 21:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/?p=263#comment-22321</guid>
		<description>When I run it I get:

Traceback (most recent call last):
  File &quot;main.py&quot;, line 88, in 
    main()
  File &quot;main.py&quot;, line 62, in main
    screen.blit(pygame.transform.smoothscale(pygame.image.load(&#039;xkcdLogo.png&#039;),(SW,SH)),(0,0)) # 4 iterations
AttributeError: &#039;module&#039; object has no attribute &#039;smoothscale&#039;

I&#039;m on debian, I could not find any package with a file called smoothscale.</description>
		<content:encoded><![CDATA[<p>When I run it I get:</p>
<p>Traceback (most recent call last):<br />
  File &#8220;main.py&#8221;, line 88, in<br />
    main()<br />
  File &#8220;main.py&#8221;, line 62, in main<br />
    screen.blit(pygame.transform.smoothscale(pygame.image.load(&#8216;xkcdLogo.png&#8217;),(SW,SH)),(0,0)) # 4 iterations<br />
AttributeError: &#8216;module&#8217; object has no attribute &#8216;smoothscale&#8217;</p>
<p>I&#8217;m on debian, I could not find any package with a file called smoothscale.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ariel</title>
		<link>http://www.philhassey.com/blog/2010/01/13/xkcd-self-description-solved-with-pythonpygame/comment-page-1/#comment-22320</link>
		<dc:creator>Ariel</dc:creator>
		<pubDate>Thu, 14 Jan 2010 21:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/?p=263#comment-22320</guid>
		<description>When I run it I get:

Traceback (most recent call last):
  File &quot;main.py&quot;, line 88, in 
    main()
  File &quot;main.py&quot;, line 62, in main
    screen.blit(pygame.transform.smoothscale(pygame.image.load(&#039;xkcdLogo.png&#039;),(SW,SH)),(0,0)) # 4 iterations
AttributeError: &#039;module&#039; object has no attribute &#039;smoothscale&#039;

I&#039;m on debian, I could not find any package with a file called transform.</description>
		<content:encoded><![CDATA[<p>When I run it I get:</p>
<p>Traceback (most recent call last):<br />
  File &#8220;main.py&#8221;, line 88, in<br />
    main()<br />
  File &#8220;main.py&#8221;, line 62, in main<br />
    screen.blit(pygame.transform.smoothscale(pygame.image.load(&#8216;xkcdLogo.png&#8217;),(SW,SH)),(0,0)) # 4 iterations<br />
AttributeError: &#8216;module&#8217; object has no attribute &#8216;smoothscale&#8217;</p>
<p>I&#8217;m on debian, I could not find any package with a file called transform.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shad Sharma</title>
		<link>http://www.philhassey.com/blog/2010/01/13/xkcd-self-description-solved-with-pythonpygame/comment-page-1/#comment-22319</link>
		<dc:creator>Shad Sharma</dc:creator>
		<pubDate>Thu, 14 Jan 2010 19:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/?p=263#comment-22319</guid>
		<description>Very interesting. 

Just a note for Ubuntu users. You need pygame installed:
# aptitude install python-pygame</description>
		<content:encoded><![CDATA[<p>Very interesting. </p>
<p>Just a note for Ubuntu users. You need pygame installed:<br />
# aptitude install python-pygame</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Hibbs</title>
		<link>http://www.philhassey.com/blog/2010/01/13/xkcd-self-description-solved-with-pythonpygame/comment-page-1/#comment-22316</link>
		<dc:creator>Simon Hibbs</dc:creator>
		<pubDate>Thu, 14 Jan 2010 14:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/?p=263#comment-22316</guid>
		<description>I particularly like the way the two label lines into the pie chart exactly cancel each other out so the pie chart remains correct.</description>
		<content:encoded><![CDATA[<p>I particularly like the way the two label lines into the pie chart exactly cancel each other out so the pie chart remains correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tenoch</title>
		<link>http://www.philhassey.com/blog/2010/01/13/xkcd-self-description-solved-with-pythonpygame/comment-page-1/#comment-22314</link>
		<dc:creator>Tenoch</dc:creator>
		<pubDate>Thu, 14 Jan 2010 09:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.philhassey.com/blog/?p=263#comment-22314</guid>
		<description>Ahah brilliant!</description>
		<content:encoded><![CDATA[<p>Ahah brilliant!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

