<?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: done</title>
	<atom:link href="http://www.ludumdare.com/compo/2008/08/10/done-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ludumdare.com/compo/2008/08/10/done-4/</link>
	<description>A tri-annual 48 hour solo game development competition.</description>
	<lastBuildDate>Sat, 18 May 2013 10:31:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: allefant</title>
		<link>http://www.ludumdare.com/compo/2008/08/10/done-4/comment-page-1/#comment-3198</link>
		<dc:creator>allefant</dc:creator>
		<pubDate>Mon, 11 Aug 2008 14:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=3219#comment-3198</guid>
		<description><![CDATA[Yes, it&#039;s the same problem. For some reason, the PyOpenGL I have here didn&#039;t complain :/ Anyway, new version is being uploaded as I write this]]></description>
		<content:encoded><![CDATA[<p>Yes, it&#8217;s the same problem. For some reason, the PyOpenGL I have here didn&#8217;t complain :/ Anyway, new version is being uploaded as I write this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kai</title>
		<link>http://www.ludumdare.com/compo/2008/08/10/done-4/comment-page-1/#comment-3193</link>
		<dc:creator>kai</dc:creator>
		<pubDate>Mon, 11 Aug 2008 13:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=3219#comment-3193</guid>
		<description><![CDATA[Might be the same error as above, but I get this:
$ python run.py
open /dev/sequencer: No such file or directory
Traceback (most recent call last):
  File &quot;run.py&quot;, line 14, in ?
    owl.main()
  File &quot;/home/kaijohnson/Desktop/owl_by_alefant/src/owl.py&quot;, line 549, in main
    game.init()
  File &quot;/home/kaijohnson/Desktop/owl_by_alefant/src/owl.py&quot;, line 59, in init
    self.svg = SVG(&quot;data/owl/drawing.svg&quot;)
  File &quot;/home/kaijohnson/Desktop/owl_by_alefant/src/svg.py&quot;, line 121, in __init__
    self.normalize_to_bounds()
  File &quot;/home/kaijohnson/Desktop/owl_by_alefant/src/svg.py&quot;, line 125, in normalize_to_bounds
    ob.normalize_to_bounds()
  File &quot;/home/kaijohnson/Desktop/owl_by_alefant/src/svg.py&quot;, line 73, in normalize_to_bounds
    glColor3f(r, g, b, a)
TypeError: glColor3f() takes exactly 3 arguments (4 given)]]></description>
		<content:encoded><![CDATA[<p>Might be the same error as above, but I get this:<br />
$ python run.py<br />
open /dev/sequencer: No such file or directory<br />
Traceback (most recent call last):<br />
  File &#8220;run.py&#8221;, line 14, in ?<br />
    owl.main()<br />
  File &#8220;/home/kaijohnson/Desktop/owl_by_alefant/src/owl.py&#8221;, line 549, in main<br />
    game.init()<br />
  File &#8220;/home/kaijohnson/Desktop/owl_by_alefant/src/owl.py&#8221;, line 59, in init<br />
    self.svg = SVG(&#8220;data/owl/drawing.svg&#8221;)<br />
  File &#8220;/home/kaijohnson/Desktop/owl_by_alefant/src/svg.py&#8221;, line 121, in __init__<br />
    self.normalize_to_bounds()<br />
  File &#8220;/home/kaijohnson/Desktop/owl_by_alefant/src/svg.py&#8221;, line 125, in normalize_to_bounds<br />
    ob.normalize_to_bounds()<br />
  File &#8220;/home/kaijohnson/Desktop/owl_by_alefant/src/svg.py&#8221;, line 73, in normalize_to_bounds<br />
    glColor3f(r, g, b, a)<br />
TypeError: glColor3f() takes exactly 3 arguments (4 given)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: allefant</title>
		<link>http://www.ludumdare.com/compo/2008/08/10/done-4/comment-page-1/#comment-3185</link>
		<dc:creator>allefant</dc:creator>
		<pubDate>Mon, 11 Aug 2008 11:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=3219#comment-3185</guid>
		<description><![CDATA[Thanks, will fix it and upload a new version. I wonder why it worked here. Oh well.]]></description>
		<content:encoded><![CDATA[<p>Thanks, will fix it and upload a new version. I wonder why it worked here. Oh well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erik</title>
		<link>http://www.ludumdare.com/compo/2008/08/10/done-4/comment-page-1/#comment-3105</link>
		<dc:creator>erik</dc:creator>
		<pubDate>Sun, 10 Aug 2008 21:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=3219#comment-3105</guid>
		<description><![CDATA[You might want to know, I had to change all the glColor3f() calls to glColor4f() to get it to run with PyOpenGL 2.]]></description>
		<content:encoded><![CDATA[<p>You might want to know, I had to change all the glColor3f() calls to glColor4f() to get it to run with PyOpenGL 2.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
