<?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"
	>
<channel>
	<title>Comments on: MacPython 2.4.1 Installer</title>
	<atom:link href="http://bob.pythonmac.org/archives/2005/03/31/macpython-241-installer/feed/" rel="self" type="application/rss+xml" />
	<link>http://bob.pythonmac.org/archives/2005/03/31/macpython-241-installer/</link>
	<description>Bob's Rants</description>
	<pubDate>Thu, 24 Jul 2008 01:23:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Jean-Michel LEON-FOUN-LIN</title>
		<link>http://bob.pythonmac.org/archives/2005/03/31/macpython-241-installer/#comment-2717</link>
		<dc:creator>Jean-Michel LEON-FOUN-LIN</dc:creator>
		<pubDate>Sun, 18 Dec 2005 04:47:11 +0000</pubDate>
		<guid isPermaLink="false">/?p=126#comment-2717</guid>
		<description>To complete Bob's right warning against deleting anything in Apple's territory (/usr/bin, /usr/lib also, ...), just put /usr/local/bin in front of your path in your environment configuration file. I personally use .bashrc in my home directory (I had to create it I think). There are other possibilities maybe.

Hope it helps.</description>
		<content:encoded><![CDATA[<p>To complete Bob&#8217;s right warning against deleting anything in Apple&#8217;s territory (/usr/bin, /usr/lib also, &#8230;), just put /usr/local/bin in front of your path in your environment configuration file. I personally use .bashrc in my home directory (I had to create it I think). There are other possibilities maybe.</p>
<p>Hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark H.</title>
		<link>http://bob.pythonmac.org/archives/2005/03/31/macpython-241-installer/#comment-2598</link>
		<dc:creator>Mark H.</dc:creator>
		<pubDate>Mon, 22 Aug 2005 15:27:12 +0000</pubDate>
		<guid isPermaLink="false">/?p=126#comment-2598</guid>
		<description>Hey Brett C. - did you ever get a response to your documentation issue? I'm having the same problem and can't get around it.</description>
		<content:encoded><![CDATA[<p>Hey Brett C. - did you ever get a response to your documentation issue? I&#8217;m having the same problem and can&#8217;t get around it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett C.</title>
		<link>http://bob.pythonmac.org/archives/2005/03/31/macpython-241-installer/#comment-2489</link>
		<dc:creator>Brett C.</dc:creator>
		<pubDate>Thu, 04 Aug 2005 16:49:06 +0000</pubDate>
		<guid isPermaLink="false">/?p=126#comment-2489</guid>
		<description>I installed 2.4 and the fix. I did remove the symlinks in /usr/bin and created new ones to point to 2.4. This is NOT a big deal.. If stuff barfs create the old links again. I am new to python and Mac but am a linux admin so I have some skills there. But for the life of me I can not get the Documentation to install using the Package Manager. Any ideas? It just acts like something is happening but nothing really does.. Be nice if I could get some kind of error back ;)</description>
		<content:encoded><![CDATA[<p>I installed 2.4 and the fix. I did remove the symlinks in /usr/bin and created new ones to point to 2.4. This is NOT a big deal.. If stuff barfs create the old links again. I am new to python and Mac but am a linux admin so I have some skills there. But for the life of me I can not get the Documentation to install using the Package Manager. Any ideas? It just acts like something is happening but nothing really does.. Be nice if I could get some kind of error back ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Aichele</title>
		<link>http://bob.pythonmac.org/archives/2005/03/31/macpython-241-installer/#comment-2300</link>
		<dc:creator>Stephen Aichele</dc:creator>
		<pubDate>Sun, 19 Jun 2005 19:27:36 +0000</pubDate>
		<guid isPermaLink="false">/?p=126#comment-2300</guid>
		<description>hello.  I've been using "#!/usr/bin/env python" to start the python interpreter from cgi scripts.  I can get 2.4.1 up and running in the interpreter just fine using /usr/local/bin/python, but I've been unsuccessful in calling it from cgi scripts using various combinations of #!/usr/local/bin/python...  any suggestions?  thanks.</description>
		<content:encoded><![CDATA[<p>hello.  I&#8217;ve been using &#8220;#!/usr/bin/env python&#8221; to start the python interpreter from cgi scripts.  I can get 2.4.1 up and running in the interpreter just fine using /usr/local/bin/python, but I&#8217;ve been unsuccessful in calling it from cgi scripts using various combinations of #!/usr/local/bin/python&#8230;  any suggestions?  thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Ippolito</title>
		<link>http://bob.pythonmac.org/archives/2005/03/31/macpython-241-installer/#comment-2276</link>
		<dc:creator>Bob Ippolito</dc:creator>
		<pubDate>Wed, 08 Jun 2005 05:36:24 +0000</pubDate>
		<guid isPermaLink="false">/?p=126#comment-2276</guid>
		<description>DO NOT DELETE /usr/bin/ANYTHING!

That's a really awful terrible bad idea.</description>
		<content:encoded><![CDATA[<p>DO NOT DELETE /usr/bin/ANYTHING!</p>
<p>That&#8217;s a really awful terrible bad idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Ebert</title>
		<link>http://bob.pythonmac.org/archives/2005/03/31/macpython-241-installer/#comment-2275</link>
		<dc:creator>Bob Ebert</dc:creator>
		<pubDate>Wed, 08 Jun 2005 04:47:17 +0000</pubDate>
		<guid isPermaLink="false">/?p=126#comment-2275</guid>
		<description>The MacPython installer installs the command line python to /usr/local/bin, and the Apple one is in /usr/bin, since /usr/bin is on your path first, you get that one.  I deleted /usr/bin/python* (that is, the stock Apple versions) and everything works as expected.</description>
		<content:encoded><![CDATA[<p>The MacPython installer installs the command line python to /usr/local/bin, and the Apple one is in /usr/bin, since /usr/bin is on your path first, you get that one.  I deleted /usr/bin/python* (that is, the stock Apple versions) and everything works as expected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert H</title>
		<link>http://bob.pythonmac.org/archives/2005/03/31/macpython-241-installer/#comment-2265</link>
		<dc:creator>Robert H</dc:creator>
		<pubDate>Tue, 07 Jun 2005 17:02:53 +0000</pubDate>
		<guid isPermaLink="false">/?p=126#comment-2265</guid>
		<description>10.4.1 and ran the installer. From the command line python -v still says I'm running 2.3.5 build from apple.

Suggestions?</description>
		<content:encoded><![CDATA[<p>10.4.1 and ran the installer. From the command line python -v still says I&#8217;m running 2.3.5 build from apple.</p>
<p>Suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Gross</title>
		<link>http://bob.pythonmac.org/archives/2005/03/31/macpython-241-installer/#comment-1248</link>
		<dc:creator>Andy Gross</dc:creator>
		<pubDate>Sun, 03 Apr 2005 22:18:05 +0000</pubDate>
		<guid isPermaLink="false">/?p=126#comment-1248</guid>
		<description>Wow, I've been waiting for this for like, ever... You da man, Bob!

- DJ Red Dawg</description>
		<content:encoded><![CDATA[<p>Wow, I&#8217;ve been waiting for this for like, ever&#8230; You da man, Bob!</p>
<p>- DJ Red Dawg</p>
]]></content:encoded>
	</item>
</channel>
</rss>
