<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>LiveFX using IronPython</title><link>http://blogs.msdn.com/oriamiga/archive/2008/11/09/livefx-using-ironpython.aspx</link><description>Several folks have asked how to get started using LiveFX with IronPython. Here is a quick Getting Started guide: Download and install the latest IronPython console from [here] Grab the sample LiveOE.py file from [here] Edit the LiveOE.py file and change</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: LiveFX using IronPython</title><link>http://blogs.msdn.com/oriamiga/archive/2008/11/09/livefx-using-ironpython.aspx#9056972</link><pubDate>Mon, 10 Nov 2008 10:22:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9056972</guid><dc:creator>robmen</dc:creator><description>&lt;p&gt;In LiveOE.ConnectLocal, I think you want to return the livefx object rather than returning the result of livefx.ConnectLocal().&lt;/p&gt;
&lt;p&gt;def ConnectLocal():&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;livefx = LiveOperatingEnvironment()&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;livefx.ConnectLocal()&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;return livefx&lt;/p&gt;
&lt;p&gt;works for me.&lt;/p&gt;
</description></item><item><title>Ori Amiga trying to quietly sneak into the blogosphere – no such luck | IronPython</title><link>http://blogs.msdn.com/oriamiga/archive/2008/11/09/livefx-using-ironpython.aspx#9057377</link><pubDate>Mon, 10 Nov 2008 16:44:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9057377</guid><dc:creator>Angus Logan's Blog</dc:creator><description>&lt;p&gt;Ori (Group Program Manager of Live Framework dev plat) has started a blog over here. His first post is&lt;/p&gt;
</description></item><item><title>re: LiveFX using IronPython</title><link>http://blogs.msdn.com/oriamiga/archive/2008/11/09/livefx-using-ironpython.aspx#9061191</link><pubDate>Wed, 12 Nov 2008 05:24:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9061191</guid><dc:creator>oriamiga</dc:creator><description>&lt;p&gt;robmen... thanks for catching that. &amp;nbsp;fixed.&lt;/p&gt;
</description></item></channel></rss>