<?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"
	>
<channel>
	<title>Comments on: Towers of Skye &#8220;tech demo&#8221;</title>
	<atom:link href="http://www.ludumdare.com/compo/2007/12/16/towers-of-skye-tech-demo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ludumdare.com/compo/2007/12/16/towers-of-skye-tech-demo/</link>
	<description>A tri-annual 48 hour solo game development competition.</description>
	<pubDate>Fri, 05 Sep 2008 17:12:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Archwyrm</title>
		<link>http://www.ludumdare.com/compo/2007/12/16/towers-of-skye-tech-demo/#comment-277</link>
		<dc:creator>Archwyrm</dc:creator>
		<pubDate>Wed, 19 Dec 2007 03:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/2007/12/16/towers-of-skye-tech-demo/#comment-277</guid>
		<description>Yeah, that batch script was just thrown in there as an afterthought, hoping it would work correctly right off the bat even though I haven't written a batch script in about 8 years. ;)

I have updated the script in there, but I don't have anywhere to test it, so I am just assuming that it works. Worst case scenario, just run python src/main.py in a command window. The file src/globals.py does the importing that you mention and the paths are correct if you run from the game's root.

Lastly, thanks for taking a look despite a bit of trouble! :)</description>
		<content:encoded><![CDATA[<p>Yeah, that batch script was just thrown in there as an afterthought, hoping it would work correctly right off the bat even though I haven&#8217;t written a batch script in about 8 years. <img src='http://www.ludumdare.com/compo/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I have updated the script in there, but I don&#8217;t have anywhere to test it, so I am just assuming that it works. Worst case scenario, just run python src/main.py in a command window. The file src/globals.py does the importing that you mention and the paths are correct if you run from the game&#8217;s root.</p>
<p>Lastly, thanks for taking a look despite a bit of trouble! <img src='http://www.ludumdare.com/compo/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saluk</title>
		<link>http://www.ludumdare.com/compo/2007/12/16/towers-of-skye-tech-demo/#comment-245</link>
		<dc:creator>saluk</dc:creator>
		<pubDate>Mon, 17 Dec 2007 21:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/2007/12/16/towers-of-skye-tech-demo/#comment-245</guid>
		<description>The batch file has the wrong line end for windows, so doesn't do anything.  Also the paths seemed not to work right.  I got the game to run by moving the data into the source directory and running main.py, after adding these two lines to the top:

import sys
sys.path.append("../PygLibsX")

Of course, since the game is so unfinished, this is somewhat moot.  Good effort though!  It's a good foundation with lots of room to grow ;)</description>
		<content:encoded><![CDATA[<p>The batch file has the wrong line end for windows, so doesn&#8217;t do anything.  Also the paths seemed not to work right.  I got the game to run by moving the data into the source directory and running main.py, after adding these two lines to the top:</p>
<p>import sys<br />
sys.path.append(&#8221;../PygLibsX&#8221;)</p>
<p>Of course, since the game is so unfinished, this is somewhat moot.  Good effort though!  It&#8217;s a good foundation with lots of room to grow <img src='http://www.ludumdare.com/compo/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
