<?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: Run and Debug Config for PyDev w/ Google Apps Engine</title>
	<atom:link href="http://blog.vivisectingmedia.com/2008/05/run-and-debug-config-for-pydev-w-google-apps-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vivisectingmedia.com/2008/05/run-and-debug-config-for-pydev-w-google-apps-engine/</link>
	<description>Looking at the world of media: from music to RIA.</description>
	<lastBuildDate>Mon, 23 Nov 2009 08:39:09 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James</title>
		<link>http://blog.vivisectingmedia.com/2008/05/run-and-debug-config-for-pydev-w-google-apps-engine/comment-page-1/#comment-792</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 03 Jul 2008 22:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vivisectingmedia.com/2008/05/run-and-debug-config-for-pydev-w-google-apps-engine/#comment-792</guid>
		<description>&lt;p&gt;Awesome!  I am glad I could help!&lt;br&gt;&lt;br&gt;James&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Awesome!  I am glad I could help!<br /><br />James</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Fritchman</title>
		<link>http://blog.vivisectingmedia.com/2008/05/run-and-debug-config-for-pydev-w-google-apps-engine/comment-page-1/#comment-791</link>
		<dc:creator>Jim Fritchman</dc:creator>
		<pubDate>Thu, 03 Jul 2008 22:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vivisectingmedia.com/2008/05/run-and-debug-config-for-pydev-w-google-apps-engine/#comment-791</guid>
		<description>&lt;p&gt;I got it working ... &lt;br&gt;&lt;br&gt;Thank you very much for your help&lt;br&gt;&lt;br&gt;Jim&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I got it working &#8230; <br /><br />Thank you very much for your help<br /><br />Jim</p>]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://blog.vivisectingmedia.com/2008/05/run-and-debug-config-for-pydev-w-google-apps-engine/comment-page-1/#comment-790</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 03 Jul 2008 14:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vivisectingmedia.com/2008/05/run-and-debug-config-for-pydev-w-google-apps-engine/#comment-790</guid>
		<description>&lt;p&gt;Ah, okay.  The engine PY files are there to allow you to run the server command from anywhere but the source for me is located at /usr/local/googleapp&lt;em&gt;engine/&lt;br&gt;&lt;br&gt;I can&#039;t recall if that was the default for the install, but I think it is.  That is where I pointed my Eclipse to and it worked for me.  Let me  know if your path is the same or not.  If not, do a search for dev&lt;/em&gt;appserver.py since this file is also located with the source.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ah, okay.  The engine PY files are there to allow you to run the server command from anywhere but the source for me is located at /usr/local/googleapp<em>engine/<br /><br />I can&#8217;t recall if that was the default for the install, but I think it is.  That is where I pointed my Eclipse to and it worked for me.  Let me  know if your path is the same or not.  If not, do a search for dev</em>appserver.py since this file is also located with the source.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Fritchman</title>
		<link>http://blog.vivisectingmedia.com/2008/05/run-and-debug-config-for-pydev-w-google-apps-engine/comment-page-1/#comment-789</link>
		<dc:creator>Jim Fritchman</dc:creator>
		<pubDate>Thu, 03 Jul 2008 09:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vivisectingmedia.com/2008/05/run-and-debug-config-for-pydev-w-google-apps-engine/#comment-789</guid>
		<description>&lt;p&gt;The steps that are getting me are where exactly did Google install to,  it says /usr/local/bin and I did find them there and I added them just like the post says but I get an ImportError: No module named google.appengine.ext.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The steps that are getting me are where exactly did Google install to,  it says /usr/local/bin and I did find them there and I added them just like the post says but I get an ImportError: No module named google.appengine.ext.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://blog.vivisectingmedia.com/2008/05/run-and-debug-config-for-pydev-w-google-apps-engine/comment-page-1/#comment-788</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 03 Jul 2008 01:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vivisectingmedia.com/2008/05/run-and-debug-config-for-pydev-w-google-apps-engine/#comment-788</guid>
		<description>&lt;p&gt;Jim,&lt;br&gt;Which steps in is post are throwing you?  If it is the aspect of getting PyDev to recognize your Python in OS X, check out my post here:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://blog.vivisectingmedia.com/2008/04/installing-pydev-on-os-x-1052/#solution&quot;&gt;http://blog.vivisectingmedia.com/2008/04/instal...&lt;/a&gt;&lt;br&gt;&lt;br&gt;My post above is pretty much about step 5, setting up your Python Interpreter.  If there are other steps that are causing confusion, let me know.  Most of the Windows Eclipse steps translate to OS X, more or less.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jim,<br />Which steps in is post are throwing you?  If it is the aspect of getting PyDev to recognize your Python in OS X, check out my post here:<br /><br /><a href="http://blog.vivisectingmedia.com/2008/04/installing-pydev-on-os-x-1052/#solution"></a><a href="http://blog.vivisectingmedia.com/2008/04/instal.." rel="nofollow">http://blog.vivisectingmedia.com/2008/04/instal..</a>.<br /><br />My post above is pretty much about step 5, setting up your Python Interpreter.  If there are other steps that are causing confusion, let me know.  Most of the Windows Eclipse steps translate to OS X, more or less.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Fritchman</title>
		<link>http://blog.vivisectingmedia.com/2008/05/run-and-debug-config-for-pydev-w-google-apps-engine/comment-page-1/#comment-787</link>
		<dc:creator>Jim Fritchman</dc:creator>
		<pubDate>Thu, 03 Jul 2008 01:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vivisectingmedia.com/2008/05/run-and-debug-config-for-pydev-w-google-apps-engine/#comment-787</guid>
		<description>&lt;p&gt;Josh Feth Suttgart&#039;s post is all about using Windows.  Can you please help me with how you changed that for OS X?&lt;br&gt;&lt;br&gt;Any help would be appreciated.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Jim Fritchman&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Josh Feth Suttgart&#8217;s post is all about using Windows.  Can you please help me with how you changed that for OS X?<br /><br />Any help would be appreciated.<br /><br />Thanks,<br />Jim Fritchman</p>]]></content:encoded>
	</item>
</channel>
</rss>
