<?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: Setting up your IDE for web2py development</title>
	<atom:link href="http://kollerie.wordpress.com/2009/04/07/setting-up-your-ide-for-web2py-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://kollerie.wordpress.com/2009/04/07/setting-up-your-ide-for-web2py-development/</link>
	<description></description>
	<lastBuildDate>Thu, 16 Jul 2009 11:18:48 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Carl Roach</title>
		<link>http://kollerie.wordpress.com/2009/04/07/setting-up-your-ide-for-web2py-development/#comment-54</link>
		<dc:creator>Carl Roach</dc:creator>
		<pubDate>Wed, 20 May 2009 14:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://kollerie.wordpress.com/?p=141#comment-54</guid>
		<description>I&#039;ve tried to get nosetests to work with web2py within Eclipse but failed. Web2py has a dynamic environment which trips nosetests up. Right now I think only doctests is being used in anger with web2py codebases.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried to get nosetests to work with web2py within Eclipse but failed. Web2py has a dynamic environment which trips nosetests up. Right now I think only doctests is being used in anger with web2py codebases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guido</title>
		<link>http://kollerie.wordpress.com/2009/04/07/setting-up-your-ide-for-web2py-development/#comment-51</link>
		<dc:creator>Guido</dc:creator>
		<pubDate>Mon, 27 Apr 2009 15:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://kollerie.wordpress.com/?p=141#comment-51</guid>
		<description>Can&#039;t help you here. Haven&#039;t tried writing any tests yet.</description>
		<content:encoded><![CDATA[<p>Can&#8217;t help you here. Haven&#8217;t tried writing any tests yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Roach</title>
		<link>http://kollerie.wordpress.com/2009/04/07/setting-up-your-ide-for-web2py-development/#comment-50</link>
		<dc:creator>Carl Roach</dc:creator>
		<pubDate>Mon, 27 Apr 2009 11:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://kollerie.wordpress.com/?p=141#comment-50</guid>
		<description>I&#039;m trying to get nosetests working with web2py &amp; eclipse.

In my test (testinit.py) I &quot;from project.gluon.globals import *&quot; causing nosetests to report &quot;No Module named gluon.utils&quot;.

Have you used nosetests with eclipse/web2py and can help?
And if you&#039;re using an alternative unit testing system could you share your experiences?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to get nosetests working with web2py &amp; eclipse.</p>
<p>In my test (testinit.py) I &#8220;from project.gluon.globals import *&#8221; causing nosetests to report &#8220;No Module named gluon.utils&#8221;.</p>
<p>Have you used nosetests with eclipse/web2py and can help?<br />
And if you&#8217;re using an alternative unit testing system could you share your experiences?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rev</title>
		<link>http://kollerie.wordpress.com/2009/04/07/setting-up-your-ide-for-web2py-development/#comment-49</link>
		<dc:creator>rev</dc:creator>
		<pubDate>Sun, 26 Apr 2009 17:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://kollerie.wordpress.com/?p=141#comment-49</guid>
		<description>That&#039;s exactly what I tried, but it didn&#039;t work.
Started all over again from scratch and now it&#039;s working.
That&#039;s Eclipse for you... bweugh.</description>
		<content:encoded><![CDATA[<p>That&#8217;s exactly what I tried, but it didn&#8217;t work.<br />
Started all over again from scratch and now it&#8217;s working.<br />
That&#8217;s Eclipse for you&#8230; bweugh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guido</title>
		<link>http://kollerie.wordpress.com/2009/04/07/setting-up-your-ide-for-web2py-development/#comment-48</link>
		<dc:creator>Guido</dc:creator>
		<pubDate>Sun, 26 Apr 2009 16:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://kollerie.wordpress.com/?p=141#comment-48</guid>
		<description>@rev
No hints, except for the obvious. Do make sure you’re not merely running your program, but actually debugging it by right clicking on web2py.py, Debug As, Python run. For some reason you can’t set break points using CTRL-Shift-B in Pydev. Instead you have to double click in the margin of the line of code you want to set the breakpoint in. You also might have to tinker with your working directory. My Pydev project simply starts at the root of the web2py directory. Also make sure that you’ve added that root directory to your PYTHONPATH as a source folder in your project properties.</description>
		<content:encoded><![CDATA[<p>@rev<br />
No hints, except for the obvious. Do make sure you’re not merely running your program, but actually debugging it by right clicking on web2py.py, Debug As, Python run. For some reason you can’t set break points using CTRL-Shift-B in Pydev. Instead you have to double click in the margin of the line of code you want to set the breakpoint in. You also might have to tinker with your working directory. My Pydev project simply starts at the root of the web2py directory. Also make sure that you’ve added that root directory to your PYTHONPATH as a source folder in your project properties.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rev</title>
		<link>http://kollerie.wordpress.com/2009/04/07/setting-up-your-ide-for-web2py-development/#comment-46</link>
		<dc:creator>rev</dc:creator>
		<pubDate>Sun, 26 Apr 2009 15:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://kollerie.wordpress.com/?p=141#comment-46</guid>
		<description>I&#039;m trying out web2py and would like to use Eclipse/PyDev.
I fail to get breakpoints/debugging working.
Any hints?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying out web2py and would like to use Eclipse/PyDev.<br />
I fail to get breakpoints/debugging working.<br />
Any hints?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans</title>
		<link>http://kollerie.wordpress.com/2009/04/07/setting-up-your-ide-for-web2py-development/#comment-45</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Fri, 24 Apr 2009 14:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://kollerie.wordpress.com/?p=141#comment-45</guid>
		<description>@desfrenes
if I understood the Guido&#039;s explanation right then the import statements are never executed with the exception of the IDE doing it unconditionally, hence in production there are no imports executed anyway. Or did I miss something?</description>
		<content:encoded><![CDATA[<p>@desfrenes<br />
if I understood the Guido&#8217;s explanation right then the import statements are never executed with the exception of the IDE doing it unconditionally, hence in production there are no imports executed anyway. Or did I miss something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: desfrenes</title>
		<link>http://kollerie.wordpress.com/2009/04/07/setting-up-your-ide-for-web2py-development/#comment-44</link>
		<dc:creator>desfrenes</dc:creator>
		<pubDate>Wed, 08 Apr 2009 17:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://kollerie.wordpress.com/?p=141#comment-44</guid>
		<description>Nice when using the ide, but it breaks one of web2py&#039;s strength which is not having to import the framework components.</description>
		<content:encoded><![CDATA[<p>Nice when using the ide, but it breaks one of web2py&#8217;s strength which is not having to import the framework components.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
