<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dev-Picayune &#187; django</title>
	<atom:link href="http://www.devpicayune.com/entry/category/python/django-python/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devpicayune.com</link>
	<description>picayune: of little value or importance</description>
	<lastBuildDate>Fri, 23 Oct 2009 19:00:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Komodo and Django and Ubuntu 9.04</title>
		<link>http://www.devpicayune.com/entry/komodo-and-django-and-ubuntu-904</link>
		<comments>http://www.devpicayune.com/entry/komodo-and-django-and-ubuntu-904#comments</comments>
		<pubDate>Sun, 31 May 2009 19:16:59 +0000</pubDate>
		<dc:creator>ScW</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[komodo]]></category>

		<guid isPermaLink="false">http://www.devpicayune.com/?p=194</guid>
		<description><![CDATA[Lately, I&#8217;ve found myself switching from Wing IDE to Komodo IDE for my Python work. One of the major reasons for this has been my switch to using a Mac at work. While Wing runs on the Mac, it&#8217;s really an X11 app and doesn&#8217;t have the full Mac&#8217;y feel that Komodo has. Another reason, [...]]]></description>
			<content:encoded><![CDATA[<p>Lately, I&#8217;ve found myself switching from Wing IDE to Komodo IDE for my Python work. One of the major reasons for this has been my switch to using a Mac at work. While Wing runs on the Mac, it&#8217;s really an X11 app and doesn&#8217;t have the full Mac&#8217;y feel that Komodo has. Another reason, is that while in the past, Komodo&#8217;s code completion was &#8220;less&#8221; it&#8217;s now gotten a lot better and while still not up to the excellent standard of Wing, it&#8217;s pretty good now.</p>
<p>So for work at home, I figured I&#8217;d fully make the switch as well. That&#8217;s when I found an issue. While I had managed to get my Mac code completing well for my django app&#8217;s, my 9.04 ubuntu box at home wasn&#8217;t running so well. Just trying to code complete the django models object didn&#8217;t work.</p>
<p>After trying everything I&#8217;d seen via googling, I found that adding the following directories to the additional directories import seemed to work:</p>
<p>/usr/local/lib/python2.6/dist-packages</p>
<p>/usr/local/lib/python2.6/site-packages</p>
<p>I&#8217;m sure I&#8217;ll end up adding more directories to make it all work right&#8230; but these fixed the basic django code completion issues. Just thought I&#8217;d post this in case I forgot what I did.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devpicayune.com/entry/komodo-and-django-and-ubuntu-904/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
