<?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: Getting IPython readline and auto-completion to work on Mac OS X</title>
	<atom:link href="http://www.vankouteren.eu/blog/2009/06/getting-ipython-readline-and-auto-completion-to-work-on-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vankouteren.eu/blog/2009/06/getting-ipython-readline-and-auto-completion-to-work-on-mac-os-x/</link>
	<description>Random thoughts, problems and solutions</description>
	<lastBuildDate>Mon, 06 Feb 2012 10:12:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Gripp</title>
		<link>http://www.vankouteren.eu/blog/2009/06/getting-ipython-readline-and-auto-completion-to-work-on-mac-os-x/#comment-2090</link>
		<dc:creator>Gripp</dc:creator>
		<pubDate>Mon, 23 Jan 2012 17:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.vankouteren.eu/blog/?p=98#comment-2090</guid>
		<description>lipo: can&#039;t open input file: /var/tmp//ccDCFmvP.out (No such file or directory)
error: Setup script exited with error: command &#039;gcc-4.2&#039; failed with exit status 1

:(</description>
		<content:encoded><![CDATA[<p>lipo: can&#8217;t open input file: /var/tmp//ccDCFmvP.out (No such file or directory)<br />
error: Setup script exited with error: command &#8216;gcc-4.2&#8242; failed with exit status 1</p>
<p> <img src='http://www.vankouteren.eu/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: insanelygreat</title>
		<link>http://www.vankouteren.eu/blog/2009/06/getting-ipython-readline-and-auto-completion-to-work-on-mac-os-x/#comment-931</link>
		<dc:creator>insanelygreat</dc:creator>
		<pubDate>Fri, 04 Mar 2011 18:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.vankouteren.eu/blog/?p=98#comment-931</guid>
		<description>Great tutorial. It finally made ipython useable on Snow Leopard.</description>
		<content:encoded><![CDATA[<p>Great tutorial. It finally made ipython useable on Snow Leopard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: notbob</title>
		<link>http://www.vankouteren.eu/blog/2009/06/getting-ipython-readline-and-auto-completion-to-work-on-mac-os-x/#comment-924</link>
		<dc:creator>notbob</dc:creator>
		<pubDate>Sat, 26 Feb 2011 23:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.vankouteren.eu/blog/?p=98#comment-924</guid>
		<description>Works well for me.</description>
		<content:encoded><![CDATA[<p>Works well for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ElJeffe</title>
		<link>http://www.vankouteren.eu/blog/2009/06/getting-ipython-readline-and-auto-completion-to-work-on-mac-os-x/#comment-831</link>
		<dc:creator>ElJeffe</dc:creator>
		<pubDate>Sun, 24 Oct 2010 23:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.vankouteren.eu/blog/?p=98#comment-831</guid>
		<description>Excellent! worked like a charm!</description>
		<content:encoded><![CDATA[<p>Excellent! worked like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DeadParrot55</title>
		<link>http://www.vankouteren.eu/blog/2009/06/getting-ipython-readline-and-auto-completion-to-work-on-mac-os-x/#comment-819</link>
		<dc:creator>DeadParrot55</dc:creator>
		<pubDate>Fri, 08 Oct 2010 07:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.vankouteren.eu/blog/?p=98#comment-819</guid>
		<description>Fantastic! This was by far the easiest solution I&#039;ve found, and it seemed to work perfectly on 10.6.</description>
		<content:encoded><![CDATA[<p>Fantastic! This was by far the easiest solution I&#8217;ve found, and it seemed to work perfectly on 10.6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fizzy33</title>
		<link>http://www.vankouteren.eu/blog/2009/06/getting-ipython-readline-and-auto-completion-to-work-on-mac-os-x/#comment-747</link>
		<dc:creator>fizzy33</dc:creator>
		<pubDate>Sun, 04 Apr 2010 11:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.vankouteren.eu/blog/?p=98#comment-747</guid>
		<description>worked for me on OS X except &quot;import sys.&quot; followed by a tab didn&#039;t show anything but a bell.  I had to  &quot;from sys import&quot; then tab and I got 
In [7]: from sys import 
__egginsert            copyright              getcheckinterval       meta_path              setrecursionlimit 

etc,etc</description>
		<content:encoded><![CDATA[<p>worked for me on OS X except &#8220;import sys.&#8221; followed by a tab didn&#8217;t show anything but a bell.  I had to  &#8220;from sys import&#8221; then tab and I got<br />
In [7]: from sys import<br />
__egginsert            copyright              getcheckinterval       meta_path              setrecursionlimit </p>
<p>etc,etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sbgskl</title>
		<link>http://www.vankouteren.eu/blog/2009/06/getting-ipython-readline-and-auto-completion-to-work-on-mac-os-x/#comment-720</link>
		<dc:creator>sbgskl</dc:creator>
		<pubDate>Sat, 13 Feb 2010 06:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.vankouteren.eu/blog/?p=98#comment-720</guid>
		<description>Tried this on OS X 10.6 Snow Leopard - does not seem to work.</description>
		<content:encoded><![CDATA[<p>Tried this on OS X 10.6 Snow Leopard &#8211; does not seem to work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

