<?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: Python on Snow Leopard</title>
	<atom:link href="http://stephenhucker.com/2009/08/31/python-on-snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://stephenhucker.com/2009/08/31/python-on-snow-leopard/</link>
	<description></description>
	<lastBuildDate>Sun, 29 Apr 2012 09:21:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Joni Wilmoth</title>
		<link>http://stephenhucker.com/2009/08/31/python-on-snow-leopard/comment-page-1/#comment-6221</link>
		<dc:creator>Joni Wilmoth</dc:creator>
		<pubDate>Sat, 06 Mar 2010 23:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://stephenhucker.com/?p=585#comment-6221</guid>
		<description>Cool Thanks for your post. I am new at python and this is a big help.</description>
		<content:encoded><![CDATA[<p>Cool Thanks for your post. I am new at python and this is a big help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PN</title>
		<link>http://stephenhucker.com/2009/08/31/python-on-snow-leopard/comment-page-1/#comment-6158</link>
		<dc:creator>PN</dc:creator>
		<pubDate>Wed, 02 Sep 2009 03:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://stephenhucker.com/?p=585#comment-6158</guid>
		<description>Congratulations on getting on the Python bandwagon.

If you use a lot of external libraries you may find that being open source projects they have not got around to making 64bit version of their installation binaries available.

I lost the ability to do all my cross-platform GUI scripting in wxPython on the Snow Leopard built-in Python it ships with.

This is because Snow Leopard Python is running in 64bit mode. Which is great but wxPython is stuck in 32bit land for ages and will throw errors when trying to load up.

To fix, in the terminal on OS X type in the following command:
# To Prefer 32-bit execution for Python 2.6.1 on Snow Leopard

$ defaults write com.apple.versioner.python Prefer-32-Bit -bool yes

Then Python will be running in 32bit mode and will be able to work with all the libraries already out their with OS X binary installers.

Cheers,
PN</description>
		<content:encoded><![CDATA[<p>Congratulations on getting on the Python bandwagon.</p>
<p>If you use a lot of external libraries you may find that being open source projects they have not got around to making 64bit version of their installation binaries available.</p>
<p>I lost the ability to do all my cross-platform GUI scripting in wxPython on the Snow Leopard built-in Python it ships with.</p>
<p>This is because Snow Leopard Python is running in 64bit mode. Which is great but wxPython is stuck in 32bit land for ages and will throw errors when trying to load up.</p>
<p>To fix, in the terminal on OS X type in the following command:<br />
# To Prefer 32-bit execution for Python 2.6.1 on Snow Leopard</p>
<p>$ defaults write com.apple.versioner.python Prefer-32-Bit -bool yes</p>
<p>Then Python will be running in 32bit mode and will be able to work with all the libraries already out their with OS X binary installers.</p>
<p>Cheers,<br />
PN</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: stephenhucker.com @ 2012-05-24 08:01:54 -->
