<?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: SharePoint?  Meet Python</title>
	<atom:link href="http://blog.glenc.net/2007/08/12/sharepoint-meet-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.glenc.net/2007/08/12/sharepoint-meet-python/</link>
	<description>Treading water in a sea of man-made confusion.</description>
	<pubDate>Tue, 06 Jan 2009 06:20:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Look alive. Here comes a buzzard. :: sp.py - SharePoint Scripting with Python</title>
		<link>http://blog.glenc.net/2007/08/12/sharepoint-meet-python/#comment-3907</link>
		<dc:creator>Look alive. Here comes a buzzard. :: sp.py - SharePoint Scripting with Python</dc:creator>
		<pubDate>Mon, 19 May 2008 06:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2007/08/12/sharepoint-meet-python/#comment-3907</guid>
		<description>[...] wrote a small introduction to SharePoint scripting with Python a while back and this weekend I didn&#8217;t have anything [...]</description>
		<content:encoded><![CDATA[<p>[...] wrote a small introduction to SharePoint scripting with Python a while back and this weekend I didn&#8217;t have anything [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sudhakar</title>
		<link>http://blog.glenc.net/2007/08/12/sharepoint-meet-python/#comment-273</link>
		<dc:creator>Sudhakar</dc:creator>
		<pubDate>Thu, 27 Sep 2007 12:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2007/08/12/sharepoint-meet-python/#comment-273</guid>
		<description>Nice article Glen.
I have done couple of projects in Python and am charmed by the power and ease of use in python.
I have been longing to work on that language.
I will try to develop some sample apps when I find time.</description>
		<content:encoded><![CDATA[<p>Nice article Glen.<br />
I have done couple of projects in Python and am charmed by the power and ease of use in python.<br />
I have been longing to work on that language.<br />
I will try to develop some sample apps when I find time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SharePoint? Meet Python « Look alive. Here comes a buzzard. &#171; CATLog</title>
		<link>http://blog.glenc.net/2007/08/12/sharepoint-meet-python/#comment-272</link>
		<dc:creator>SharePoint? Meet Python « Look alive. Here comes a buzzard. &#171; CATLog</dc:creator>
		<pubDate>Wed, 12 Sep 2007 05:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2007/08/12/sharepoint-meet-python/#comment-272</guid>
		<description>[...] SharePoint? Meet Python « Look alive. Here comes a&#160;buzzard.  SharePoint? Meet Python « Look alive. Here comes a buzzard. [...]</description>
		<content:encoded><![CDATA[<p>[...] SharePoint? Meet Python « Look alive. Here comes a&nbsp;buzzard.  SharePoint? Meet Python « Look alive. Here comes a buzzard. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://blog.glenc.net/2007/08/12/sharepoint-meet-python/#comment-274</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Sat, 18 Aug 2007 23:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2007/08/12/sharepoint-meet-python/#comment-274</guid>
		<description>hi i enjoyed the read</description>
		<content:encoded><![CDATA[<p>hi i enjoyed the read</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: glen</title>
		<link>http://blog.glenc.net/2007/08/12/sharepoint-meet-python/#comment-271</link>
		<dc:creator>glen</dc:creator>
		<pubDate>Wed, 15 Aug 2007 18:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2007/08/12/sharepoint-meet-python/#comment-271</guid>
		<description>Two things.

1) You need to have Microsoft.SharePoint.dll somewhere where it can be loaded by the clr.AddReference method.  If you are running on a SharePoint server, the DLL is in the GAC so it will load fine.  If you're running on a desktop, you will probably need to get the DLL and make sure it's accessible by Iron Python.  See the Iron Python documentation for more details on how it loads assemblies with the AddReference method.

2) You will need to run this on a SharePoint server to actually use the object model in any way.  In this regard, Iron Python is just like building a custom console app in C#.  You can script it on your machine, but you have to put it on the server to run it.</description>
		<content:encoded><![CDATA[<p>Two things.</p>
<p>1) You need to have Microsoft.SharePoint.dll somewhere where it can be loaded by the clr.AddReference method.  If you are running on a SharePoint server, the DLL is in the GAC so it will load fine.  If you&#8217;re running on a desktop, you will probably need to get the DLL and make sure it&#8217;s accessible by Iron Python.  See the Iron Python documentation for more details on how it loads assemblies with the AddReference method.</p>
<p>2) You will need to run this on a SharePoint server to actually use the object model in any way.  In this regard, Iron Python is just like building a custom console app in C#.  You can script it on your machine, but you have to put it on the server to run it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blaine</title>
		<link>http://blog.glenc.net/2007/08/12/sharepoint-meet-python/#comment-270</link>
		<dc:creator>Blaine</dc:creator>
		<pubDate>Wed, 15 Aug 2007 18:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogtmp.glenc.net/2007/08/12/sharepoint-meet-python/#comment-270</guid>
		<description>Hello!

I am in _desperate_ need of interfacing python to SharePoint.  Your tutorial looks promising, but I'm having trouble starting.  This is what I get when I try to start off with Microsoft.SharePoint:

M:\&#62;ipy
IronPython 1.1 (1.1) on .NET 2.0.50727.832
Copyright (c) Microsoft Corporation. All rights reserved.
&#62;&#62;&#62; import clr
&#62;&#62;&#62; clr.AddReference("Microsoft.SharePoint")
Traceback (most recent call last):
  File , line 0, in ##10
  File , line 0, in AddReference##15
IOError: Could not add reference to assembly Microsoft.SharePoint
&#62;&#62;&#62;


Any suggestions? I am running this on my desktop machine. I am currently a 'user' on our network, and do not have direct administrative access to the SharePoint Server. Am I able to run IronPython on my local PC?

Any comments you have would be very helpful!</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>I am in _desperate_ need of interfacing python to SharePoint.  Your tutorial looks promising, but I&#8217;m having trouble starting.  This is what I get when I try to start off with Microsoft.SharePoint:</p>
<p>M:\&gt;ipy<br />
IronPython 1.1 (1.1) on .NET 2.0.50727.832<br />
Copyright (c) Microsoft Corporation. All rights reserved.<br />
&gt;&gt;&gt; import clr<br />
&gt;&gt;&gt; clr.AddReference(&#8221;Microsoft.SharePoint&#8221;)<br />
Traceback (most recent call last):<br />
  File , line 0, in ##10<br />
  File , line 0, in AddReference##15<br />
IOError: Could not add reference to assembly Microsoft.SharePoint<br />
&gt;&gt;&gt;</p>
<p>Any suggestions? I am running this on my desktop machine. I am currently a &#8216;user&#8217; on our network, and do not have direct administrative access to the SharePoint Server. Am I able to run IronPython on my local PC?</p>
<p>Any comments you have would be very helpful!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
