<?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: Installing PyObjC XCode templates in Snow Leopard</title>
	<atom:link href="http://ioanna.me/2009/09/installing-pyobjc-xcode-templates-in-snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://ioanna.me/2009/09/installing-pyobjc-xcode-templates-in-snow-leopard/</link>
	<description>why surf when you can fly</description>
	<lastBuildDate>Wed, 18 Jan 2012 22:58:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Bob</title>
		<link>http://ioanna.me/2009/09/installing-pyobjc-xcode-templates-in-snow-leopard/comment-page-1/#comment-2426</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 18 Jan 2012 22:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://ioanna.me/?p=101#comment-2426</guid>
		<description>Thanks...it worked great :)</description>
		<content:encoded><![CDATA[<p>Thanks&#8230;it worked great :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://ioanna.me/2009/09/installing-pyobjc-xcode-templates-in-snow-leopard/comment-page-1/#comment-2343</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Sun, 04 Dec 2011 21:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://ioanna.me/?p=101#comment-2343</guid>
		<description>One of the best tutorials out there. Perfect.</description>
		<content:encoded><![CDATA[<p>One of the best tutorials out there. Perfect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ioanna</title>
		<link>http://ioanna.me/2009/09/installing-pyobjc-xcode-templates-in-snow-leopard/comment-page-1/#comment-1788</link>
		<dc:creator>Ioanna</dc:creator>
		<pubDate>Thu, 06 Oct 2011 23:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://ioanna.me/?p=101#comment-1788</guid>
		<description>My instructions were for Snow Leopard and XCode 3.x. I haven&#039;t tried using PyObjC in Lion with XCode 4 so I can&#039;t help you there, sorry.</description>
		<content:encoded><![CDATA[<p>My instructions were for Snow Leopard and XCode 3.x. I haven&#8217;t tried using PyObjC in Lion with XCode 4 so I can&#8217;t help you there, sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jr</title>
		<link>http://ioanna.me/2009/09/installing-pyobjc-xcode-templates-in-snow-leopard/comment-page-1/#comment-1784</link>
		<dc:creator>jr</dc:creator>
		<pubDate>Thu, 06 Oct 2011 18:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://ioanna.me/?p=101#comment-1784</guid>
		<description>I&#039;m using Mac OS Lion 10.7.1
Xcode 4.1 Build Version 4B110
Python 2.7.1</description>
		<content:encoded><![CDATA[<p>I&#8217;m using Mac OS Lion 10.7.1<br />
Xcode 4.1 Build Version 4B110<br />
Python 2.7.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jr</title>
		<link>http://ioanna.me/2009/09/installing-pyobjc-xcode-templates-in-snow-leopard/comment-page-1/#comment-1783</link>
		<dc:creator>jr</dc:creator>
		<pubDate>Thu, 06 Oct 2011 17:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://ioanna.me/?p=101#comment-1783</guid>
		<description>Hi,

I installed pyobjc using easy_install but nothing changes on XCode.
When I click in new project I&#039;m not able to see &quot;User Templates&quot; Just iOS and MacOSX Templates.

Any tip of that? 
I try to follow the steps of the post, but nothing changes too.

Really need this working to use Xcode to code in Python.
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I installed pyobjc using easy_install but nothing changes on XCode.<br />
When I click in new project I&#8217;m not able to see &#8220;User Templates&#8221; Just iOS and MacOSX Templates.</p>
<p>Any tip of that?<br />
I try to follow the steps of the post, but nothing changes too.</p>
<p>Really need this working to use Xcode to code in Python.<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://ioanna.me/2009/09/installing-pyobjc-xcode-templates-in-snow-leopard/comment-page-1/#comment-1479</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 06 Sep 2011 16:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://ioanna.me/?p=101#comment-1479</guid>
		<description>@DavidG and credford:
I found that you must enter

export PYTHONPATH=&quot;/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/&quot;

right before the first ./project-tool.py line.
That should work.</description>
		<content:encoded><![CDATA[<p>@DavidG and credford:<br />
I found that you must enter</p>
<p>export PYTHONPATH=&#8221;/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/&#8221;</p>
<p>right before the first ./project-tool.py line.<br />
That should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PyObjCのテンプレートをインストールする(Mac OS X 10.6 Snow Leopard, XCode 3.2) at iizukak blog</title>
		<link>http://ioanna.me/2009/09/installing-pyobjc-xcode-templates-in-snow-leopard/comment-page-1/#comment-646</link>
		<dc:creator>PyObjCのテンプレートをインストールする(Mac OS X 10.6 Snow Leopard, XCode 3.2) at iizukak blog</dc:creator>
		<pubDate>Sun, 03 Apr 2011 15:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://ioanna.me/?p=101#comment-646</guid>
		<description>[...] インストールするためには，Ioanna&#039;s digital perchさんの記事「Installing PyObjC XCode templates in Snow Leopard」に書いてあるコマンドをそのまま実行すればオーケーです．元の記事は英語なので，日本語で少しコマンドの解説を書いてみます． [...]</description>
		<content:encoded><![CDATA[<p>[...] インストールするためには，Ioanna&#039;s digital perchさんの記事「Installing PyObjC XCode templates in Snow Leopard」に書いてあるコマンドをそのまま実行すればオーケーです．元の記事は英語なので，日本語で少しコマンドの解説を書いてみます． [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamyar</title>
		<link>http://ioanna.me/2009/09/installing-pyobjc-xcode-templates-in-snow-leopard/comment-page-1/#comment-645</link>
		<dc:creator>Kamyar</dc:creator>
		<pubDate>Fri, 01 Apr 2011 08:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://ioanna.me/?p=101#comment-645</guid>
		<description>Very useful! Thanks!</description>
		<content:encoded><![CDATA[<p>Very useful! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin Khanna</title>
		<link>http://ioanna.me/2009/09/installing-pyobjc-xcode-templates-in-snow-leopard/comment-page-1/#comment-641</link>
		<dc:creator>Nitin Khanna</dc:creator>
		<pubDate>Thu, 31 Mar 2011 18:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://ioanna.me/?p=101#comment-641</guid>
		<description>Awesome Tut! Thanks a lot!!!</description>
		<content:encoded><![CDATA[<p>Awesome Tut! Thanks a lot!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ioanna</title>
		<link>http://ioanna.me/2009/09/installing-pyobjc-xcode-templates-in-snow-leopard/comment-page-1/#comment-479</link>
		<dc:creator>Ioanna</dc:creator>
		<pubDate>Thu, 10 Feb 2011 22:17:57 +0000</pubDate>
		<guid isPermaLink="false">http://ioanna.me/?p=101#comment-479</guid>
		<description>Could it be an issue with permissions? Since you installed it as root, maybe the permissions are set such that only root can read the files. It might be worth checking that. Also check that the templates have been copied to the correct folders:
&lt;code&gt;~/Library/Application Support/Developer/Shared/Xcode/File Templates&lt;/code&gt;
and
&lt;code&gt;~/Library/Application Support/Developer/Shared/Xcode/Project Templates&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Could it be an issue with permissions? Since you installed it as root, maybe the permissions are set such that only root can read the files. It might be worth checking that. Also check that the templates have been copied to the correct folders:<br />
<code>~/Library/Application Support/Developer/Shared/Xcode/File Templates</code><br />
and<br />
<code>~/Library/Application Support/Developer/Shared/Xcode/Project Templates</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

