<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>IronPythonStudio Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Home</link><description>IronPythonStudio Wiki Rss Description</description><item><title>New Comment on "Pre-requisites"</title><link>http://ironpythonstudio.codeplex.com/wikipage?title=Pre-requisites&amp;ANCHOR#C27011</link><description>benpapworth is right, this instruction is OUTDATED.&amp;#10;above link is lacking Service Pack 1 Remote Debugger&amp;#58;&amp;#10;http&amp;#58;&amp;#47;&amp;#47;www.microsoft.com&amp;#47;en-us&amp;#47;download&amp;#47;details.aspx&amp;#63;id&amp;#61;10647</description><author>Overdriven</author><pubDate>Wed, 27 Mar 2013 19:57:27 GMT</pubDate><guid isPermaLink="false">New Comment on "Pre-requisites" 20130327075727P</guid></item><item><title>New Comment on "Pre-requisites"</title><link>http://ironpythonstudio.codeplex.com/wikipage?title=Pre-requisites&amp;ANCHOR#C23821</link><description>Here is the updated link for VS 2008 SDK 1.1&amp;#58;&amp;#10;http&amp;#58;&amp;#47;&amp;#47;www.microsoft.com&amp;#47;en-us&amp;#47;download&amp;#47;details.aspx&amp;#63;id&amp;#61;21827</description><author>cyenglish3</author><pubDate>Fri, 25 May 2012 19:16:50 GMT</pubDate><guid isPermaLink="false">New Comment on "Pre-requisites" 20120525071650P</guid></item><item><title>New Comment on "Pre-requisites"</title><link>http://ironpythonstudio.codeplex.com/wikipage?title=Pre-requisites&amp;ANCHOR#C15343</link><description>Here are updated links with sp1&amp;#10;&amp;#10;Visual Studio 2008 Shell &amp;#40;isolated mode&amp;#41; with Service Pack 1 Redistributable Package&amp;#10;http&amp;#58;&amp;#47;&amp;#47;www.microsoft.com&amp;#47;downloads&amp;#47;details.aspx&amp;#63;FamilyId&amp;#61;021B3BEE-B2AD-42A8-854A-C5EAEF69E927&amp;#38;displaylang&amp;#61;en&amp;#10;&amp;#10;Visual Studio 2008 Shell &amp;#40;integrated mode&amp;#41; with Service Pack 1 Redistributable Package&amp;#10;http&amp;#58;&amp;#47;&amp;#47;www.microsoft.com&amp;#47;downloads&amp;#47;details.aspx&amp;#63;familyid&amp;#61;2e9a8c35-eb3d-43eb-9122-a5ec195cd7bb&amp;#38;displaylang&amp;#61;en</description><author>francyci</author><pubDate>Thu, 01 Apr 2010 04:14:01 GMT</pubDate><guid isPermaLink="false">New Comment on "Pre-requisites" 20100401041401A</guid></item><item><title>New Comment on "Install"</title><link>http://ironpythonstudio.codeplex.com/wikipage?title=Install&amp;ANCHOR#C14306</link><description>What&amp;#39;s the difference between isolated and integrated&amp;#63;</description><author>Garrett85</author><pubDate>Fri, 27 Nov 2009 00:39:20 GMT</pubDate><guid isPermaLink="false">New Comment on "Install" 20091127123920A</guid></item><item><title>New Comment on "Pre-requisites"</title><link>http://ironpythonstudio.codeplex.com/Wiki/View.aspx?title=Pre-requisites&amp;ANCHOR#C13597</link><description>Instructions definitely need updating&amp;#58;&amp;#10;Use Visual Studio 2008 shell with &amp;#42;&amp;#42;SP1&amp;#42;&amp;#42; &amp;#40;unless you want the Microsoft.VisualStudio.Xaml issues on the UI after installing&amp;#41;. &amp;#40;delete&amp;#47;uninstall any old versions beforehand too.&amp;#41;You must, as chard says, install the redistributable runtime too.</description><author>benpapworth</author><pubDate>Sun, 16 Aug 2009 15:48:09 GMT</pubDate><guid isPermaLink="false">New Comment on "Pre-requisites" 20090816034809P</guid></item><item><title>New Comment on "Pre-requisites"</title><link>http://ironpythonstudio.codeplex.com/Wiki/View.aspx?title=Pre-requisites&amp;ANCHOR#C12641</link><description>hint: MS recommends VS Shell _integrated mode_ for programming languages (merges with existing VS), while isolated mode is more suited to stand-alone tools.</description><author>stefanwenig</author><pubDate>Tue, 07 Apr 2009 09:03:31 GMT</pubDate><guid isPermaLink="false">New Comment on "Pre-requisites" 20090407090331A</guid></item><item><title>New Comment on "Install"</title><link>http://ironpythonstudio.codeplex.com/Wiki/View.aspx?title=Install&amp;ANCHOR#C12500</link><description>Got it: see http://www.techbookreport.com/tutorials/ironpython_01.html</description><author>gneg</author><pubDate>Wed, 18 Mar 2009 17:44:03 GMT</pubDate><guid isPermaLink="false">New Comment on "Install" 20090318054403P</guid></item><item><title>New Comment on "Install"</title><link>http://ironpythonstudio.codeplex.com/Wiki/View.aspx?title=Install&amp;ANCHOR#C12499</link><description>After initial enthusiasm, I am having the same problem. I found a suggestion to create an environment variable, but that didn't help either. I must find a way to import Lib modules, otherwise I cannot us it... Please help, anybody?</description><author>gneg</author><pubDate>Wed, 18 Mar 2009 17:29:08 GMT</pubDate><guid isPermaLink="false">New Comment on "Install" 20090318052908P</guid></item><item><title>New Comment on "Install"</title><link>http://ironpythonstudio.codeplex.com/Wiki/View.aspx?title=Install&amp;ANCHOR#C12490</link><description>I just installed IronPython 2.0.1 and IronPython Studio, I already had VS2008 installed and I can create a simple project fine.  What I'm wondering is why I can't import os or other modules in my C:\Program Files (x86)\IronPython 2.0.1\Lib\site-packages in IronPython Studio when it work fine in IronPython Console.   Is IronPythn Studio using a dll version of IronPython and can't be extended, if not how is this done.   I found some online references that said that you can do this by appending to the paths referenced by sys.path but when I print sys.path the list is empty.  I want to be able to use Iron Python under VS just like CPython importing PIL and such.  Any help is much appreciated.</description><author>ACarbonero</author><pubDate>Mon, 16 Mar 2009 22:53:47 GMT</pubDate><guid isPermaLink="false">New Comment on "Install" 20090316105347P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23261" alt="ClariusLabsCodePlex.png" /&gt;&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23260" alt="VS_shell_logo.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Introduction
&lt;/h2&gt;IronPython Studio is a free full IDE (Integrated Development Environment) for the Python programming language. It is based on the existing IronPython example that is included in the VS SDK.&lt;br /&gt;IronPython Studio is based on the Visual Studio 2008 Shell runtime (royalty free) and can be installed without requiring any version of Visual Studio. It is available for Visual Studio 2008 Shell  Isolated and Integrated modes.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;For more information on VSX, visit the VSX Developer Center at &lt;a href="http://msdn.com/vsx" class="externalLink"&gt;http://msdn.com/vsx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;For IronPython general questions please use the &lt;a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" class="externalLink"&gt;http://lists.ironpython.com/listinfo.cgi/users-ironpython.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; mailing list or the IronPython project &lt;a href="http://www.codeplex.com/IronPython" class="externalLink"&gt;http://www.codeplex.com/IronPython&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; web site.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Links
&lt;/h2&gt;&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;Releases&lt;/th&gt;&lt;th&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Release/ProjectReleases.aspx?ReleaseId=8934"&gt;IronPythonStudio 1.0 release&lt;/a&gt;&lt;/th&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;&lt;td&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Pre-requisites&amp;amp;referringTitle=Home"&gt;Pre-requisites&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;&lt;td&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Install&amp;amp;referringTitle=Home"&gt;How to install it?&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt; &lt;br /&gt;&lt;h2&gt;
Target audience
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;VSX developers (including VS SDK and VS Shell)&lt;/li&gt;&lt;li&gt;Python developers&lt;/li&gt;&lt;li&gt;Visual Studio enthusiasts&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Screenshots
&lt;/h2&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23431" alt="splash.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23455" alt="use0.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23432" alt="use1.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23456" alt="use2.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23457" alt="use3.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting started
&lt;/h2&gt;&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Pre-requisites&amp;amp;referringTitle=Home"&gt;Pre-requisites&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Install&amp;amp;referringTitle=Home"&gt;How to install it?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;This project is sponsored by &lt;a href="http://www.codeplex.com/clarius" class="externalLink"&gt;Clarius Labs&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>PabloGaliano</author><pubDate>Fri, 28 Mar 2008 18:42:53 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080328064253P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23261" alt="ClariusLabsCodePlex.png" /&gt;&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23260" alt="VS_shell_logo.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Introduction
&lt;/h2&gt;IronPython Studio is a free full IDE (Integrated Development Environment) for the Python programming language. It is based on the existing IronPython example that is included in the VS SDK.&lt;br /&gt;IronPython Studio is based on the Visual Studio 2008 Shell runtime (royalty free) and can be installed without requiring any version of Visual Studio. It is available for Visual Studio 2008 Shell  Isolated and Integrated modes.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;For more information on VSX, visit the VSX Developer Center at &lt;a href="http://msdn.com/vsx" class="externalLink"&gt;http://msdn.com/vsx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;For IronPython general questions please use the &lt;a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" class="externalLink"&gt;http://lists.ironpython.com/listinfo.cgi/users-ironpython.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; mailing list or the IronPython project &lt;a href="http://www.codeplex.com/IronPython" class="externalLink"&gt;http://www.codeplex.com/IronPython&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; web site.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Links
&lt;/h2&gt;&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;Releases&lt;/th&gt;&lt;th&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Release/ProjectReleases.aspx?ReleaseId=8934"&gt;December 2007 CTP release&lt;/a&gt;&lt;/th&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;&lt;td&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Pre-requisites&amp;amp;referringTitle=Home"&gt;Pre-requisites&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;&lt;td&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Install&amp;amp;referringTitle=Home"&gt;How to install it?&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt; &lt;br /&gt;&lt;h2&gt;
Target audience
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;VSX developers (including VS SDK and VS Shell)&lt;/li&gt;&lt;li&gt;Python developers&lt;/li&gt;&lt;li&gt;Visual Studio enthusiasts&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Screenshots
&lt;/h2&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23431" alt="splash.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23455" alt="use0.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23432" alt="use1.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23456" alt="use2.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23457" alt="use3.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting started
&lt;/h2&gt;&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Pre-requisites&amp;amp;referringTitle=Home"&gt;Pre-requisites&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Install&amp;amp;referringTitle=Home"&gt;How to install it?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;This project is sponsored by &lt;a href="http://www.codeplex.com/clarius" class="externalLink"&gt;Clarius Labs&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>PabloGaliano</author><pubDate>Fri, 28 Mar 2008 15:09:42 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080328030942P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23261" alt="ClariusLabsCodePlex.png" /&gt;&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23260" alt="VS_shell_logo.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Introduction
&lt;/h2&gt;IronPython Studio is a free full IDE (Integrated Development Environment) for the Python programming language. It is based on the existing IronPython example that is included in the VS SDK.&lt;br /&gt;IronPython Studio is based on the Visual Studio 2008 Shell runtime (royalty free) and can be installed without requiring any version of Visual Studio. It is available for Visual Studio 2008 Shell  Isolated and Integrated modes.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;For more information on VSX, visit the VSX Developer Center at &lt;a href="http://msdn.com/vsx" class="externalLink"&gt;http://msdn.com/vsx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;For IronPython general questions please use the &lt;a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" class="externalLink"&gt;http://lists.ironpython.com/listinfo.cgi/users-ironpython.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; mailing list or the IronPython project &lt;a href="http://www.codeplex.com/IronPython" class="externalLink"&gt;http://www.codeplex.com/IronPython&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; web site.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Links
&lt;/h2&gt;&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;Releases&lt;/th&gt;&lt;th&gt; &lt;/th&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;&lt;td&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Pre-requisites&amp;amp;referringTitle=Home"&gt;Pre-requisites&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;&lt;td&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Install&amp;amp;referringTitle=Home"&gt;How to install it?&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt; &lt;br /&gt;&lt;h2&gt;
Target audience
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;VSX developers (including VS SDK and VS Shell)&lt;/li&gt;&lt;li&gt;Python developers&lt;/li&gt;&lt;li&gt;Visual Studio enthusiasts&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Screenshots
&lt;/h2&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23431" alt="splash.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23455" alt="use0.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23432" alt="use1.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23456" alt="use2.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23457" alt="use3.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting started
&lt;/h2&gt;&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Pre-requisites&amp;amp;referringTitle=Home"&gt;Pre-requisites&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Install&amp;amp;referringTitle=Home"&gt;How to install it?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;This project is sponsored by &lt;a href="http://www.codeplex.com/clarius" class="externalLink"&gt;Clarius Labs&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>PabloGaliano</author><pubDate>Fri, 28 Mar 2008 14:06:18 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080328020618P</guid></item><item><title>UPDATED WIKI: Pre-requisites</title><link>http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Pre-requisites&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23262" alt="ClariusLabsCodePlex.png" /&gt;&lt;br /&gt;This is the list of software pre-requisites for the &lt;b&gt;IronPython Studio&lt;/b&gt; setup.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=ACA38719-F449-4937-9BAC-45A9F8A73822&amp;amp;displaylang=en" class="externalLink"&gt;Visual Studio 2008 Shell Isolated Mode Redistributable package&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;Or&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=40646580-97FA-4698-B65F-620D4B4B1ED7&amp;amp;displaylang=en" class="externalLink"&gt;Visual Studio 2008 Shell Integrated Mode Redistributable package&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;This is the list of software pre-requisites for the &lt;b&gt;IronPython Studio&lt;/b&gt; source code.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/vstudio/products/default.aspx" class="externalLink"&gt;Visual Studio 2008 (Professional / Team Suite)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/vstudio/aa700819.aspx" class="externalLink"&gt;Visual Studio 2008 SDK 1.0&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;This project is sponsored by &lt;a href="http://www.codeplex.com/clarius" class="externalLink"&gt;Clarius Labs&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>PabloGaliano</author><pubDate>Fri, 28 Mar 2008 14:02:15 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Pre-requisites 20080328020215P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23261" alt="ClariusLabsCodePlex.png" /&gt;&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23260" alt="VS_shell_logo.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Introduction
&lt;/h2&gt;IronPython Studio is a free full IDE (Integrated Development Environment) for the Python programming language. It is based on the existing IronPython example that is included in the VS SDK.&lt;br /&gt;IronPython Studio is based on the Visual Studio 2008 Shell runtime (royalty free) and can be installed without requiring any version of Visual Studio. It is available for Visual Studio 2008 Shell  Isolated and Integrated versions.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;For more information on VSX, visit the VSX Developer Center at &lt;a href="http://msdn.com/vsx" class="externalLink"&gt;http://msdn.com/vsx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;For IronPython general questions please use the &lt;a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" class="externalLink"&gt;http://lists.ironpython.com/listinfo.cgi/users-ironpython.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; mailing list or the IronPython project &lt;a href="http://www.codeplex.com/IronPython" class="externalLink"&gt;http://www.codeplex.com/IronPython&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; web site.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Links
&lt;/h2&gt;&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;Releases&lt;/th&gt;&lt;th&gt; &lt;/th&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;&lt;td&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Pre-requisites&amp;amp;referringTitle=Home"&gt;Pre-requisites&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;&lt;td&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Install&amp;amp;referringTitle=Home"&gt;How to install it?&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt; &lt;br /&gt;&lt;h2&gt;
Target audience
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;VSX developers (including VS SDK and VS Shell)&lt;/li&gt;&lt;li&gt;Python developers&lt;/li&gt;&lt;li&gt;Visual Studio enthusiasts&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Screenshots
&lt;/h2&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23431" alt="splash.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23455" alt="use0.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23432" alt="use1.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23456" alt="use2.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23457" alt="use3.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting started
&lt;/h2&gt;&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Pre-requisites&amp;amp;referringTitle=Home"&gt;Pre-requisites&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Install&amp;amp;referringTitle=Home"&gt;How to install it?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;This project is sponsored by &lt;a href="http://www.codeplex.com/clarius" class="externalLink"&gt;Clarius Labs&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>PabloGaliano</author><pubDate>Fri, 28 Mar 2008 13:59:50 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080328015950P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23261" alt="ClariusLabsCodePlex.png" /&gt;&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23260" alt="VS_shell_logo.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Introduction
&lt;/h2&gt;IronPython Studio is a free full IDE (Integrated Development Environment) for the Python programming language. It is based on the existing IronPython example that is included in the VS SDK.&lt;br /&gt;IronPython Studio is based on the Visual Studio 2008 Shell runtime (royalty free) and can be installed without requiring any version of Visual Studio.&lt;br /&gt; &lt;br /&gt;For more information on VSX, visit the VSX Developer Center at &lt;a href="http://msdn.com/vsx" class="externalLink"&gt;http://msdn.com/vsx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;For IronPython general questions please use the &lt;a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" class="externalLink"&gt;http://lists.ironpython.com/listinfo.cgi/users-ironpython.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; mailing list or the IronPython project &lt;a href="http://www.codeplex.com/IronPython" class="externalLink"&gt;http://www.codeplex.com/IronPython&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; web site.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Links
&lt;/h2&gt;&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;Releases&lt;/th&gt;&lt;th&gt; &lt;/th&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;&lt;td&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Pre-requisites&amp;amp;referringTitle=Home"&gt;Pre-requisites&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;&lt;td&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Install&amp;amp;referringTitle=Home"&gt;How to install it?&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt; &lt;br /&gt;&lt;h2&gt;
Target audience
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;VSX developers (including VS SDK and VS Shell)&lt;/li&gt;&lt;li&gt;Python developers&lt;/li&gt;&lt;li&gt;Visual Studio enthusiasts&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Screenshots
&lt;/h2&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23431" alt="splash.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23455" alt="use0.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23432" alt="use1.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23456" alt="use2.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23457" alt="use3.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting started
&lt;/h2&gt;&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Pre-requisites&amp;amp;referringTitle=Home"&gt;Pre-requisites&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Install&amp;amp;referringTitle=Home"&gt;How to install it?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;This project is sponsored by &lt;a href="http://www.codeplex.com/clarius" class="externalLink"&gt;Clarius Labs&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>PabloGaliano</author><pubDate>Wed, 19 Dec 2007 13:50:50 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071219015050P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23261" alt="ClariusLabsCodePlex.png" /&gt;&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23260" alt="VS_shell_logo.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Introduction
&lt;/h2&gt;IronPython Studio is a free full IDE (Integrated Development Environment) for the Python programming language. It is based on the existing IronPython example that is included in the VS SDK.&lt;br /&gt;IronPython Studio is based on the Visual Studio 2008 Shell runtime (royalty free) and can be installed without requiring any version of Visual Studio.&lt;br /&gt; &lt;br /&gt;For more information on VSX, visit the VSX Developer Center at &lt;a href="http://msdn.com/vsx" class="externalLink"&gt;http://msdn.com/vsx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Links
&lt;/h2&gt;&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;Releases&lt;/th&gt;&lt;th&gt; &lt;/th&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;&lt;td&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Pre-requisites&amp;amp;referringTitle=Home"&gt;Pre-requisites&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;&lt;td&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Install&amp;amp;referringTitle=Home"&gt;How to install it?&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt; &lt;br /&gt;&lt;h2&gt;
Target audience
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;VSX developers (including VS SDK and VS Shell)&lt;/li&gt;&lt;li&gt;Python developers&lt;/li&gt;&lt;li&gt;Visual Studio enthusiasts&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Screenshots
&lt;/h2&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23431" alt="splash.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23455" alt="use0.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23432" alt="use1.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23456" alt="use2.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23457" alt="use3.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting started
&lt;/h2&gt;&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Pre-requisites&amp;amp;referringTitle=Home"&gt;Pre-requisites&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Install&amp;amp;referringTitle=Home"&gt;How to install it?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;This project is sponsored by &lt;a href="http://www.codeplex.com/clarius" class="externalLink"&gt;Clarius Labs&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>PabloGaliano</author><pubDate>Tue, 11 Dec 2007 00:01:31 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071211120131A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23261" alt="ClariusLabsCodePlex.png" /&gt;&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23260" alt="VS_shell_logo.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Introduction
&lt;/h2&gt;IronPython Studio is a sample of a full IDE for the Python language. It is based on the existing IronPython example that is included in the VS SDK.&lt;br /&gt;IronPython Studio is based on the Visual Studio 2008 Shell runtime (royalty free) and can be installed without requiring any version of Visual Studio.&lt;br /&gt; &lt;br /&gt;For more information on VSX, visit the VSX Developer Center at &lt;a href="http://msdn.com/vsx" class="externalLink"&gt;http://msdn.com/vsx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Links
&lt;/h2&gt;&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;Releases&lt;/th&gt;&lt;th&gt; &lt;/th&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;&lt;td&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Pre-requisites&amp;amp;referringTitle=Home"&gt;Pre-requisites&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;&lt;td&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Install&amp;amp;referringTitle=Home"&gt;How to install it?&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt; &lt;br /&gt;&lt;h2&gt;
Target audience
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;VSX developers (including VS SDK and VS Shell)&lt;/li&gt;&lt;li&gt;Python developers&lt;/li&gt;&lt;li&gt;Visual Studio enthusiasts&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Screenshots
&lt;/h2&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23431" alt="splash.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23455" alt="use0.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23432" alt="use1.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23456" alt="use2.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23457" alt="use3.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting started
&lt;/h2&gt;&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Pre-requisites&amp;amp;referringTitle=Home"&gt;Pre-requisites&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Install&amp;amp;referringTitle=Home"&gt;How to install it?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;This project is sponsored by &lt;a href="http://www.codeplex.com/clarius" class="externalLink"&gt;Clarius Labs&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>PabloGaliano</author><pubDate>Tue, 11 Dec 2007 00:00:24 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071211120024A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23261" alt="ClariusLabsCodePlex.png" /&gt;&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23260" alt="VS_shell_logo.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Introduction
&lt;/h2&gt;IronPython Studio is a sample of a full IDE for the Python language. It is based on the existing IronPython example that is included in the VS SDK.&lt;br /&gt;IronPython Studio is based on the Visual Studio 2008 Shell runtime (royality free) and can be installed without requiring any version of Visual Studio.&lt;br /&gt; &lt;br /&gt;For more information on VSX, visit the VSX Developer Center at &lt;a href="http://msdn.com/vsx" class="externalLink"&gt;http://msdn.com/vsx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Links
&lt;/h2&gt;&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;Releases&lt;/th&gt;&lt;th&gt; &lt;/th&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;&lt;td&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Pre-requisites&amp;amp;referringTitle=Home"&gt;Pre-requisites&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;&lt;td&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Install&amp;amp;referringTitle=Home"&gt;How to install it?&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt; &lt;br /&gt;&lt;h2&gt;
Target audience
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;VSX developers (including VS SDK and VS Shell)&lt;/li&gt;&lt;li&gt;Python developers&lt;/li&gt;&lt;li&gt;Visual Studio enthusiasts&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Screenshots
&lt;/h2&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23431" alt="splash.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23455" alt="use0.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23432" alt="use1.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23456" alt="use2.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23457" alt="use3.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting started
&lt;/h2&gt;&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Pre-requisites&amp;amp;referringTitle=Home"&gt;Pre-requisites&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Install&amp;amp;referringTitle=Home"&gt;How to install it?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;This project is sponsored by &lt;a href="http://www.codeplex.com/clarius" class="externalLink"&gt;Clarius Labs&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>PabloGaliano</author><pubDate>Mon, 10 Dec 2007 23:58:59 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071210115859P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23261" alt="ClariusLabsCodePlex.png" /&gt;&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23260" alt="VS_shell_logo.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Introduction
&lt;/h2&gt;IronPython Studio is a sample of a full IDE on top of the Visual Studio Shell. It is based on the existing VS SDK IronPython sample.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Links
&lt;/h2&gt;&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;Releases&lt;/th&gt;&lt;th&gt; &lt;/th&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;&lt;td&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Pre-requisites&amp;amp;referringTitle=Home"&gt;Pre-requisites&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;&lt;td&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Install&amp;amp;referringTitle=Home"&gt;How to install it?&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt; &lt;br /&gt;&lt;h2&gt;
Target audience
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;VSX developers&lt;/li&gt;&lt;li&gt;VS Shell developers&lt;/li&gt;&lt;li&gt;Visual Studio enthusiasts&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Screenshots
&lt;/h2&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23431" alt="splash.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23455" alt="use0.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23432" alt="use1.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23456" alt="use2.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23457" alt="use3.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting started
&lt;/h2&gt;&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Pre-requisites&amp;amp;referringTitle=Home"&gt;Pre-requisites&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Install&amp;amp;referringTitle=Home"&gt;How to install it?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;This project is sponsored by &lt;a href="http://www.codeplex.com/clarius" class="externalLink"&gt;Clarius Labs&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>PabloGaliano</author><pubDate>Mon, 10 Dec 2007 18:11:21 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071210061121P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23261" alt="ClariusLabsCodePlex.png" /&gt;&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23260" alt="VS_shell_logo.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Introduction
&lt;/h2&gt;IronPython Studio is a sample of a full IDE on top of the Visual Studio Shell. It is based on the existing VS SDK IronPython sample.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Links
&lt;/h2&gt;&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;Releases&lt;/th&gt;&lt;th&gt; &lt;/th&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;&lt;td&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Pre-requisites&amp;amp;referringTitle=Home"&gt;Pre-requisites&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;&lt;td&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Install&amp;amp;referringTitle=Home"&gt;How to install it?&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt; &lt;br /&gt;&lt;h2&gt;
Target audience
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;VSX developers&lt;/li&gt;&lt;li&gt;VS Shell developers&lt;/li&gt;&lt;li&gt;Visual Studio enthusiasts&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
Screenshots
&lt;/h2&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23431" alt="splash.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=IronPythonStudio&amp;amp;DownloadId=23432" alt="use1.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting started
&lt;/h2&gt;&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Pre-requisites&amp;amp;referringTitle=Home"&gt;Pre-requisites&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/IronPythonStudio/Wiki/View.aspx?title=Install&amp;amp;referringTitle=Home"&gt;How to install it?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;This project is sponsored by &lt;a href="http://www.codeplex.com/clarius" class="externalLink"&gt;Clarius Labs&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>PabloGaliano</author><pubDate>Mon, 10 Dec 2007 14:02:22 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071210020222P</guid></item></channel></rss>