<?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: Install Eclipse Galileo for Django and Pinax – Part 2</title>
	<atom:link href="http://varud.com/article/install-eclipse-galileo-for-django-and-pinax-%e2%80%93-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://varud.com/article/install-eclipse-galileo-for-django-and-pinax-%e2%80%93-part-2/</link>
	<description>Socially Proximate Predictions</description>
	<lastBuildDate>Fri, 18 Jun 2010 22:18:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gl33mer</title>
		<link>http://varud.com/article/install-eclipse-galileo-for-django-and-pinax-%e2%80%93-part-2/comment-page-1/#comment-134</link>
		<dc:creator>gl33mer</dc:creator>
		<pubDate>Mon, 23 Nov 2009 23:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://varud.com/?p=195#comment-134</guid>
		<description>Thanks for the quick reply. &lt;br&gt;&lt;br&gt;Yeah it doesn&#039;t use eclipse. But does seem to have some other nice IDE&#039;s that work well, or at least seemed to.&lt;br&gt;&lt;br&gt;I was thinking of the development server for starts, as long as it can do what it takes.&lt;br&gt;&lt;br&gt;But I&#039;ve got a learning curve ahead of me. Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for the quick reply. </p>
<p>Yeah it doesn&#39;t use eclipse. But does seem to have some other nice IDE&#39;s that work well, or at least seemed to.</p>
<p>I was thinking of the development server for starts, as long as it can do what it takes.</p>
<p>But I&#39;ve got a learning curve ahead of me. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam N</title>
		<link>http://varud.com/article/install-eclipse-galileo-for-django-and-pinax-%e2%80%93-part-2/comment-page-1/#comment-133</link>
		<dc:creator>Adam N</dc:creator>
		<pubDate>Mon, 23 Nov 2009 19:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://varud.com/?p=195#comment-133</guid>
		<description>I have no experience with PortablePython but from what I see, it should be totally doable independently of Eclipse.  Pinax already uses VirtualEnv so everything is in one spot as far as the system is concerned.&lt;br&gt;&lt;br&gt;The only issue would be the server itself.  The development server might be sufficient (just ./manage.py runserver) but more likely, you&#039;d want a more robust server.  That server should probably be pure Python since you&#039;re looking for portability (over performance presumably).  Maybe bundle it with one of these:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://docs.python.org/library/basehttpserver.html#module-BaseHTTPServer&quot; rel=&quot;nofollow&quot;&gt;http://docs.python.org/library/basehttpserver.h...&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://twistedmatrix.com/trac/wiki/Documentation&quot; rel=&quot;nofollow&quot;&gt;http://twistedmatrix.com/trac/wiki/Documentation&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I have no experience with PortablePython but from what I see, it should be totally doable independently of Eclipse.  Pinax already uses VirtualEnv so everything is in one spot as far as the system is concerned.</p>
<p>The only issue would be the server itself.  The development server might be sufficient (just ./manage.py runserver) but more likely, you&#39;d want a more robust server.  That server should probably be pure Python since you&#39;re looking for portability (over performance presumably).  Maybe bundle it with one of these:</p>
<p><a href="http://docs.python.org/library/basehttpserver.html#module-BaseHTTPServer" rel="nofollow"></a><a href="http://docs.python.org/library/basehttpserver.h.." rel="nofollow">http://docs.python.org/library/basehttpserver.h..</a>.<br /><a href="http://twistedmatrix.com/trac/wiki/Documentation" rel="nofollow">http://twistedmatrix.com/trac/wiki/Documentation</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gl33mer</title>
		<link>http://varud.com/article/install-eclipse-galileo-for-django-and-pinax-%e2%80%93-part-2/comment-page-1/#comment-127</link>
		<dc:creator>gl33mer</dc:creator>
		<pubDate>Mon, 23 Nov 2009 17:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://varud.com/?p=195#comment-127</guid>
		<description>Thanks for the quick reply. &lt;br&gt;&lt;br&gt;Yeah it doesn&#039;t use eclipse. But does seem to have some other nice IDE&#039;s that work well, or at least seemed to.&lt;br&gt;&lt;br&gt;I was thinking of the development server for starts, as long as it can do what it takes.&lt;br&gt;&lt;br&gt;But I&#039;ve got a learning curve ahead of me. Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for the quick reply. </p>
<p>Yeah it doesn&#39;t use eclipse. But does seem to have some other nice IDE&#39;s that work well, or at least seemed to.</p>
<p>I was thinking of the development server for starts, as long as it can do what it takes.</p>
<p>But I&#39;ve got a learning curve ahead of me. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam N</title>
		<link>http://varud.com/article/install-eclipse-galileo-for-django-and-pinax-%e2%80%93-part-2/comment-page-1/#comment-126</link>
		<dc:creator>Adam N</dc:creator>
		<pubDate>Mon, 23 Nov 2009 13:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://varud.com/?p=195#comment-126</guid>
		<description>I have no experience with PortablePython but from what I see, it should be totally doable independently of Eclipse.  Pinax already uses VirtualEnv so everything is in one spot as far as the system is concerned.&lt;br&gt;&lt;br&gt;The only issue would be the server itself.  The development server might be sufficient (just ./manage.py runserver) but more likely, you&#039;d want a more robust server.  That server should probably be pure Python since you&#039;re looking for portability (over performance presumably).  Maybe bundle it with one of these:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://docs.python.org/library/basehttpserver.html#module-BaseHTTPServer&quot; rel=&quot;nofollow&quot;&gt;http://docs.python.org/library/basehttpserver.h...&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://twistedmatrix.com/trac/wiki/Documentation&quot; rel=&quot;nofollow&quot;&gt;http://twistedmatrix.com/trac/wiki/Documentation&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I have no experience with PortablePython but from what I see, it should be totally doable independently of Eclipse.  Pinax already uses VirtualEnv so everything is in one spot as far as the system is concerned.</p>
<p>The only issue would be the server itself.  The development server might be sufficient (just ./manage.py runserver) but more likely, you&#39;d want a more robust server.  That server should probably be pure Python since you&#39;re looking for portability (over performance presumably).  Maybe bundle it with one of these:</p>
<p><a href="http://docs.python.org/library/basehttpserver.html#module-BaseHTTPServer" rel="nofollow"></a><a href="http://docs.python.org/library/basehttpserver.h.." rel="nofollow">http://docs.python.org/library/basehttpserver.h..</a>.<br /><a href="http://twistedmatrix.com/trac/wiki/Documentation" rel="nofollow">http://twistedmatrix.com/trac/wiki/Documentation</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Name</title>
		<link>http://varud.com/article/install-eclipse-galileo-for-django-and-pinax-%e2%80%93-part-2/comment-page-1/#comment-124</link>
		<dc:creator>Name</dc:creator>
		<pubDate>Sun, 22 Nov 2009 13:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://varud.com/?p=195#comment-124</guid>
		<description>I was wondering how difficult it would be to set Pinax up as part of PortablePython,&lt;br&gt;&lt;br&gt;:)</description>
		<content:encoded><![CDATA[<p>I was wondering how difficult it would be to set Pinax up as part of PortablePython,</p>
<p> <img src='http://varud.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dehepe</title>
		<link>http://varud.com/article/install-eclipse-galileo-for-django-and-pinax-%e2%80%93-part-2/comment-page-1/#comment-116</link>
		<dc:creator>dehepe</dc:creator>
		<pubDate>Sun, 23 Aug 2009 15:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://varud.com/?p=195#comment-116</guid>
		<description>&lt;strong&gt;dehepe...&lt;/strong&gt;

 &lt;a href=&quot;http://namelindablog.info/eatable-arrangements-ca/&quot; rel=&quot;nofollow&quot;&gt;Eatable Arrangements Ca&lt;/a&gt; ...</description>
		<content:encoded><![CDATA[<p><strong>dehepe&#8230;</strong></p>
<p> <a href="http://namelindablog.info/eatable-arrangements-ca/" rel="nofollow">Eatable Arrangements Ca</a> &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jecexihas</title>
		<link>http://varud.com/article/install-eclipse-galileo-for-django-and-pinax-%e2%80%93-part-2/comment-page-1/#comment-112</link>
		<dc:creator>jecexihas</dc:creator>
		<pubDate>Fri, 07 Aug 2009 07:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://varud.com/?p=195#comment-112</guid>
		<description>&lt;strong&gt;jecexihas...&lt;/strong&gt;

 &lt;a href=&quot;http://namelindablog.info/cruise-dinner-river-sacramento/&quot; rel=&quot;nofollow&quot;&gt;Cruise Dinner River Sacramento
&lt;/a&gt; 
 &lt;a href=&quot;http://namelindablog.info/wedding-gown-of-caludine-baretto/&quot; rel=&quot;nofollow&quot;&gt;Wedding Gown Of Caludine Baretto
&lt;/a&gt; 
...</description>
		<content:encoded><![CDATA[<p><strong>jecexihas&#8230;</strong></p>
<p> <a href="http://namelindablog.info/cruise-dinner-river-sacramento/" rel="nofollow">Cruise Dinner River Sacramento<br />
</a><br />
 <a href="http://namelindablog.info/wedding-gown-of-caludine-baretto/" rel="nofollow">Wedding Gown Of Caludine Baretto<br />
</a><br />
&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
