<?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: Python Web Framework Series – Pylons: Part 1 Getting Started</title>
	<atom:link href="http://lostechies.com/ryansvihla/2009/06/23/python-web-framework-series-pylons-part-1-getting-started/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/ryansvihla/2009/06/23/python-web-framework-series-pylons-part-1-getting-started/</link>
	<description>The small minded meanderings of the confused</description>
	<lastBuildDate>Mon, 15 Apr 2013 15:10:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Ryan Svihla</title>
		<link>http://lostechies.com/ryansvihla/2009/06/23/python-web-framework-series-pylons-part-1-getting-started/#comment-27</link>
		<dc:creator>Ryan Svihla</dc:creator>
		<pubDate>Tue, 30 Jun 2009 01:36:08 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2009/06/23/python-web-framework-series-pylons-part-1-getting-started.aspx#comment-27</guid>
		<description>@Mike
If the interest in this continues and the feedback is good I plan on doing GAE development with Pyxer, and then Django.

I&#039;ll take a look at web2py and see if there is something interesting for me to dive into.

Thanks for the tip.</description>
		<content:encoded><![CDATA[<p>@Mike<br />
If the interest in this continues and the feedback is good I plan on doing GAE development with Pyxer, and then Django.</p>
<p>I&#8217;ll take a look at web2py and see if there is something interesting for me to dive into.</p>
<p>Thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://lostechies.com/ryansvihla/2009/06/23/python-web-framework-series-pylons-part-1-getting-started/#comment-26</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 30 Jun 2009 00:15:53 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2009/06/23/python-web-framework-series-pylons-part-1-getting-started.aspx#comment-26</guid>
		<description>Will you be looking at any other frameworks.  I&#039;ve been playing with web2py and would be interested in your opinion.</description>
		<content:encoded><![CDATA[<p>Will you be looking at any other frameworks.  I&#8217;ve been playing with web2py and would be interested in your opinion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Svihla</title>
		<link>http://lostechies.com/ryansvihla/2009/06/23/python-web-framework-series-pylons-part-1-getting-started/#comment-25</link>
		<dc:creator>Ryan Svihla</dc:creator>
		<pubDate>Sat, 27 Jun 2009 02:12:47 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2009/06/23/python-web-framework-series-pylons-part-1-getting-started.aspx#comment-25</guid>
		<description>Nice catch Greg, text has been corrected and thank you.</description>
		<content:encoded><![CDATA[<p>Nice catch Greg, text has been corrected and thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://lostechies.com/ryansvihla/2009/06/23/python-web-framework-series-pylons-part-1-getting-started/#comment-24</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Sat, 27 Jun 2009 01:47:33 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2009/06/23/python-web-framework-series-pylons-part-1-getting-started.aspx#comment-24</guid>
		<description>Just a quick typo in need of correction...

&quot;paste controller home&quot;

should be:

&quot;paster controller home&quot;</description>
		<content:encoded><![CDATA[<p>Just a quick typo in need of correction&#8230;</p>
<p>&#8220;paste controller home&#8221;</p>
<p>should be:</p>
<p>&#8220;paster controller home&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Svihla</title>
		<link>http://lostechies.com/ryansvihla/2009/06/23/python-web-framework-series-pylons-part-1-getting-started/#comment-23</link>
		<dc:creator>Ryan Svihla</dc:creator>
		<pubDate>Tue, 23 Jun 2009 18:17:53 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2009/06/23/python-web-framework-series-pylons-part-1-getting-started.aspx#comment-23</guid>
		<description>let me give you the concattenated version.

For setuptools downloading from source, unzipping and running. Assuming you have python.exe in your path

1) cd into the directory you extracted the source
2) look for setup.py
3) python setup.py install

let me know if you have issues.</description>
		<content:encoded><![CDATA[<p>let me give you the concattenated version.</p>
<p>For setuptools downloading from source, unzipping and running. Assuming you have python.exe in your path</p>
<p>1) cd into the directory you extracted the source<br />
2) look for setup.py<br />
3) python setup.py install</p>
<p>let me know if you have issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve </title>
		<link>http://lostechies.com/ryansvihla/2009/06/23/python-web-framework-series-pylons-part-1-getting-started/#comment-22</link>
		<dc:creator>Steve </dc:creator>
		<pubDate>Tue, 23 Jun 2009 17:50:43 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2009/06/23/python-web-framework-series-pylons-part-1-getting-started.aspx#comment-22</guid>
		<description>Which Setuptools did you use - I&#039;m not seeing a windows installer for the 2.6 python, just 2.5 ?

Maybe I should ask this: is there a good &#039;setup for dummies&#039; tutorial that would walk through the setup steps for what you are using ?

The setup sometimes is more painful than using the software  :)</description>
		<content:encoded><![CDATA[<p>Which Setuptools did you use &#8211; I&#8217;m not seeing a windows installer for the 2.6 python, just 2.5 ?</p>
<p>Maybe I should ask this: is there a good &#8216;setup for dummies&#8217; tutorial that would walk through the setup steps for what you are using ?</p>
<p>The setup sometimes is more painful than using the software  <img src='http://lostechies.com/ryansvihla/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve </title>
		<link>http://lostechies.com/ryansvihla/2009/06/23/python-web-framework-series-pylons-part-1-getting-started/#comment-21</link>
		<dc:creator>Steve </dc:creator>
		<pubDate>Tue, 23 Jun 2009 17:27:50 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2009/06/23/python-web-framework-series-pylons-part-1-getting-started.aspx#comment-21</guid>
		<description>This is great - thanks for the blog post and I look forward to seeing more on this topic.

What database are you using?</description>
		<content:encoded><![CDATA[<p>This is great &#8211; thanks for the blog post and I look forward to seeing more on this topic.</p>
<p>What database are you using?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
