<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Django with PyDev</title>
	<atom:link href="http://penkin.wordpress.com/2007/08/20/django-with-pydev/feed/" rel="self" type="application/rss+xml" />
	<link>http://penkin.wordpress.com/2007/08/20/django-with-pydev/</link>
	<description>Python. Django. Everything in-between.</description>
	<lastBuildDate>Sat, 31 Oct 2009 02:09:48 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kaspar Hauser</title>
		<link>http://penkin.wordpress.com/2007/08/20/django-with-pydev/#comment-2255</link>
		<dc:creator>Kaspar Hauser</dc:creator>
		<pubDate>Wed, 07 Oct 2009 16:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://penkin.wordpress.com/2007/08/20/django-with-pydev/#comment-2255</guid>
		<description>For Debian or Ubuntu users, for which only an old and disfunctional version of pydev currently is available, simply install the available/prefered Eclipse, Python, Django and Pydev versions to meet all dependencies (you may have to use unstable repositiories if you cannot find Pydev in testing or stable).
Then get the latest Pydev release (a zip containing org.python.pydev.*, com.python.pydev.* folders) from pydev.org. Copy that stuff to the appropriate folders, where also the old, above installed version is located (/usr/lib/eclipse/features and /usr/lib/eclipse/plugins). It should be obvious what belongs where.
Restart Eclipse and the World should be perfect again.

:-)</description>
		<content:encoded><![CDATA[<p>For Debian or Ubuntu users, for which only an old and disfunctional version of pydev currently is available, simply install the available/prefered Eclipse, Python, Django and Pydev versions to meet all dependencies (you may have to use unstable repositiories if you cannot find Pydev in testing or stable).<br />
Then get the latest Pydev release (a zip containing org.python.pydev.*, com.python.pydev.* folders) from pydev.org. Copy that stuff to the appropriate folders, where also the old, above installed version is located (/usr/lib/eclipse/features and /usr/lib/eclipse/plugins). It should be obvious what belongs where.<br />
Restart Eclipse and the World should be perfect again.</p>
<p> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rohitj</title>
		<link>http://penkin.wordpress.com/2007/08/20/django-with-pydev/#comment-2226</link>
		<dc:creator>rohitj</dc:creator>
		<pubDate>Thu, 26 Feb 2009 23:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://penkin.wordpress.com/2007/08/20/django-with-pydev/#comment-2226</guid>
		<description>In arguements tab, one should also mention the base directory, which is actually the app directory.</description>
		<content:encoded><![CDATA[<p>In arguements tab, one should also mention the base directory, which is actually the app directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shawn rider dot com &#187; Blog Archive &#187; Links for July 5th, 2008</title>
		<link>http://penkin.wordpress.com/2007/08/20/django-with-pydev/#comment-2145</link>
		<dc:creator>shawn rider dot com &#187; Blog Archive &#187; Links for July 5th, 2008</dc:creator>
		<pubDate>Sun, 06 Jul 2008 12:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://penkin.wordpress.com/2007/08/20/django-with-pydev/#comment-2145</guid>
		<description>[...] Django with PyDev &#171; P3NK!N - [...]</description>
		<content:encoded><![CDATA[<p>[...] Django with PyDev &laquo; P3NK!N &#8211; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher</title>
		<link>http://penkin.wordpress.com/2007/08/20/django-with-pydev/#comment-1284</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Fri, 09 Nov 2007 14:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://penkin.wordpress.com/2007/08/20/django-with-pydev/#comment-1284</guid>
		<description>Hi Joe,

Apologies for the late reply.  It does not seem to work properly with that yet but what does work for me is to highlight the variable that you want to inspect, right click on it and click on the Watch option from the pop-up menu.

That will open the Expressions window.

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Hi Joe,</p>
<p>Apologies for the late reply.  It does not seem to work properly with that yet but what does work for me is to highlight the variable that you want to inspect, right click on it and click on the Watch option from the pop-up menu.</p>
<p>That will open the Expressions window.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://penkin.wordpress.com/2007/08/20/django-with-pydev/#comment-1170</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Sun, 04 Nov 2007 00:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://penkin.wordpress.com/2007/08/20/django-with-pydev/#comment-1170</guid>
		<description>When I start the dev server inside eclipse under debugger mode, it mention I am on PyDev Debugger.

So PyDev Debugger doesn&#039;t support displaying object attributes in eclipse Variable window that is located at right top corner?</description>
		<content:encoded><![CDATA[<p>When I start the dev server inside eclipse under debugger mode, it mention I am on PyDev Debugger.</p>
<p>So PyDev Debugger doesn&#8217;t support displaying object attributes in eclipse Variable window that is located at right top corner?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://penkin.wordpress.com/2007/08/20/django-with-pydev/#comment-1169</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Sun, 04 Nov 2007 00:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://penkin.wordpress.com/2007/08/20/django-with-pydev/#comment-1169</guid>
		<description>How do you watch the object attributes in eclipse debugger?  I set the break points, but nothing showing up in Variable window in debugger perspective. 

All I get is:

Global:
     error

error


Any suggestions?</description>
		<content:encoded><![CDATA[<p>How do you watch the object attributes in eclipse debugger?  I set the break points, but nothing showing up in Variable window in debugger perspective. </p>
<p>All I get is:</p>
<p>Global:<br />
     error</p>
<p>error</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amirouche B.</title>
		<link>http://penkin.wordpress.com/2007/08/20/django-with-pydev/#comment-149</link>
		<dc:creator>Amirouche B.</dc:creator>
		<pubDate>Thu, 23 Aug 2007 18:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://penkin.wordpress.com/2007/08/20/django-with-pydev/#comment-149</guid>
		<description>Thanks I was waiting for this one ! 
I think I will translate this one to french... even if it&#039;s not that complex ;)</description>
		<content:encoded><![CDATA[<p>Thanks I was waiting for this one !<br />
I think I will translate this one to french&#8230; even if it&#8217;s not that complex <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2007-08-21 &#171; PaxoBlog</title>
		<link>http://penkin.wordpress.com/2007/08/20/django-with-pydev/#comment-142</link>
		<dc:creator>links for 2007-08-21 &#171; PaxoBlog</dc:creator>
		<pubDate>Tue, 21 Aug 2007 23:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://penkin.wordpress.com/2007/08/20/django-with-pydev/#comment-142</guid>
		<description>[...] P3NK!N Django with PyDev « Now click on the “Arguments” tab and enter “runserver –noreload” in the “Program Arguments” field. Click the “Apply” button and you’re all done. All that’s left is to click on the “Debug” and you’re off. Happy debugging (tags: python django eclipse debugging ide debug) [...]</description>
		<content:encoded><![CDATA[<p>[...] P3NK!N Django with PyDev « Now click on the “Arguments” tab and enter “runserver –noreload” in the “Program Arguments” field. Click the “Apply” button and you’re all done. All that’s left is to click on the “Debug” and you’re off. Happy debugging (tags: python django eclipse debugging ide debug) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
