<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>IronPython Studio</title><link>http://www.codeplex.com/IronPythonStudio/Project/ProjectRss.aspx</link><description>IronPython development environment running as VS Shell Isolated application</description><item><title>COMMENTED ISSUE: Form designer removes all code comments</title><link>http://www.codeplex.com/IronPythonStudio/WorkItem/View.aspx?WorkItemId=2188</link><description>If you add code to a form file &amp;#40;like a button click event handler&amp;#41; and then edit the form in the designer, your code is reformatted and all comments are removed.&lt;br /&gt;&lt;br /&gt;Expected behavior&amp;#58;&lt;br /&gt;No code reformatting in human written methods.&lt;br /&gt;&lt;br /&gt;Steps to reproduce&amp;#58;&lt;br /&gt;1. Start a new project with a form.&lt;br /&gt;2. Add a button to the form.&lt;br /&gt;3. Double click the button to bring up the newly create event handler.&lt;br /&gt;4. Add some code and comments.&lt;br /&gt;5. Save.&lt;br /&gt;6. Go back to the designer and move the button.&lt;br /&gt;7. Go back to the code view and notice your missing comments.&lt;br /&gt;Comments: ** Comment from web user: tchough ** &lt;p&gt;A nice workaround I&amp;#39;ve found is to just put all comments in quotes to turn them into unused strings.  The code reformatter won&amp;#39;t touch them, although it still messes around with other bits of code &amp;#40;I wish it didn&amp;#39;t hate elif so much&amp;#33;&amp;#41;.  I&amp;#39;m also not sure if the comments are embedded in the compiled executable afterwards or not, so it&amp;#39;s probably worth investigating if you have embarrassing code comments.&lt;/p&gt;</description><author>tchough</author><pubDate>Tue, 13 May 2008 21:06:45 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Form designer removes all code comments 20080513P</guid></item><item><title>CREATED ISSUE: Form designer removes all code comments</title><link>http://www.codeplex.com/IronPythonStudio/WorkItem/View.aspx?WorkItemId=2188</link><description>If you add code to a form file &amp;#40;like a button click event handler&amp;#41; and then edit the form in the designer, your code is reformatted and all comments are removed.&lt;br /&gt;&lt;br /&gt;Expected behavior&amp;#58;&lt;br /&gt;No code reformatting in human written methods.&lt;br /&gt;&lt;br /&gt;Steps to reproduce&amp;#58;&lt;br /&gt;1. Start a new project with a form.&lt;br /&gt;2. Add a button to the form.&lt;br /&gt;3. Double click the button to bring up the newly create event handler.&lt;br /&gt;4. Add some code and comments.&lt;br /&gt;5. Save.&lt;br /&gt;6. Go back to the designer and move the button.&lt;br /&gt;7. Go back to the code view and notice your missing comments.&lt;br /&gt;</description><author>tchough</author><pubDate>Tue, 13 May 2008 20:52:11 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Form designer removes all code comments 20080513P</guid></item><item><title>CREATED ISSUE: Debugging Problem</title><link>http://www.codeplex.com/IronPythonStudio/WorkItem/View.aspx?WorkItemId=2182</link><description>Hi &lt;br /&gt;I followed these steps for installation&lt;br /&gt;Download and install the Visual Studio X redistributable from&amp;#58; Visual Studio Extensibility &lt;br /&gt;After you run the Install for the MS VS 2008 Shell Isolated Mode Redistributable, you must then go to the folder &amp;#40;&amp;#34;C&amp;#58;VS 2008 Shell RedistIsolated Mode&amp;#34;&amp;#41; and click on&amp;#58; &amp;#34;vsshellisolated_enu.exe&amp;#34; to actually install the redistributable runtime. &lt;br /&gt;Install IronPython Studio &lt;br /&gt;&lt;br /&gt;All are successful&lt;br /&gt;I opened the Ironpython editor and want to do a windows application.&lt;br /&gt;I wrote my code for a button click &amp;#34;MessageBox.Show&amp;#40;&amp;#39;Jaga&amp;#39;&amp;#41;&amp;#34;&lt;br /&gt;Pressing F5 is not giving showing the Form.&lt;br /&gt;Why &amp;#63;&lt;br /&gt;Where  I went wrong&amp;#63; And one more &amp;#58; The editor is not throwing any errors even I am wrong also. It is always showing build successfull.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Sreedhar&lt;br /&gt;</description><author>ambatisreedhar</author><pubDate>Tue, 13 May 2008 08:08:46 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Debugging Problem 20080513A</guid></item><item><title>NEW POST: missing project templates</title><link>http://www.codeplex.com/IronPythonStudio/Thread/View.aspx?ThreadId=26341</link><description>&lt;div class="wikidoc"&gt;
Howdy,&lt;br /&gt; &lt;br /&gt;I got it...&lt;br /&gt;I also have a VS Express installed. The IP Studio installer installed the templates to:&lt;br /&gt;C:\Programme\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates\IronPython Studio\1033&lt;br /&gt; &lt;br /&gt;There I found a bunch of zip files and just copied them over to my personal template folder as stated in the options of IP Studio.&lt;br /&gt;And it works right away.&lt;br /&gt; &lt;br /&gt;Even the files from the source distribution could probably be packed in a .zip, properly named and just put in the personal projecte template path.&lt;br /&gt;But I didn't check that&lt;br /&gt; &lt;br /&gt;Kind regards,&lt;br /&gt; &lt;br /&gt;Peter&lt;br /&gt;
&lt;/div&gt;</description><author>euxle</author><pubDate>Fri, 09 May 2008 19:55:25 GMT</pubDate><guid isPermaLink="false">NEW POST: missing project templates 20080509P</guid></item><item><title>NEW POST: missing project templates</title><link>http://www.codeplex.com/IronPythonStudio/Thread/View.aspx?ThreadId=26341</link><description>&lt;div class="wikidoc"&gt;
Hi there,&lt;br /&gt; &lt;br /&gt;I have exactly the same problem.&lt;br /&gt;All templates except the WPF project template are missing.&lt;br /&gt;There are no files in the project template path as set in the options.&lt;br /&gt;I wonder where VS gets the WPF project template from.&lt;br /&gt;Could not find a file or corresponding files anywhere...&lt;br /&gt; &lt;br /&gt;I also checked out the source distribution and the Project Templates are in there.&lt;br /&gt;I just don't know what to do with them.&lt;br /&gt;Just copying them over to the templates directory doesn't do it.&lt;br /&gt; &lt;br /&gt;I hope anyone can help....&lt;br /&gt; &lt;br /&gt;Kind regards,&lt;br /&gt;Peter&lt;br /&gt;
&lt;/div&gt;</description><author>euxle</author><pubDate>Fri, 09 May 2008 19:29:30 GMT</pubDate><guid isPermaLink="false">NEW POST: missing project templates 20080509P</guid></item><item><title>NEW POST: ETA on next version?</title><link>http://www.codeplex.com/IronPythonStudio/Thread/View.aspx?ThreadId=27283</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt; &lt;br /&gt;Is there any information on when a new version of this potentially very useful tool be available?&lt;br /&gt;I have given it a try and like the potential of it for creating interfaces for use by ironpython but cannot commit to using it until or if the bug whereby your forms design gets reset if you edit the code.&lt;br /&gt; &lt;br /&gt;Any news would be very useful and I hope that this problem can be sorted out.&lt;br /&gt; &lt;br /&gt;Thanks&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>tokyostormdrain</author><pubDate>Wed, 07 May 2008 14:49:57 GMT</pubDate><guid isPermaLink="false">NEW POST: ETA on next version? 20080507P</guid></item><item><title>NEW POST: Can't run WPF Project</title><link>http://www.codeplex.com/IronPythonStudio/Thread/View.aspx?ThreadId=26553</link><description>&lt;div class="wikidoc"&gt;
Maybe you can try the 1st suggestion in&lt;br /&gt;http://blogs.msdn.com/aaronmar/archive/2007/08/01/ironpython-integration-sample-and-the-wpf-designer.aspx&lt;br /&gt;
&lt;/div&gt;</description><author>purpureleaf</author><pubDate>Sun, 27 Apr 2008 11:39:59 GMT</pubDate><guid isPermaLink="false">NEW POST: Can't run WPF Project 20080427A</guid></item><item><title>NEW POST: Can't load IronPython Studio</title><link>http://www.codeplex.com/IronPythonStudio/Thread/View.aspx?ThreadId=24021</link><description>&lt;div class="wikidoc"&gt;
@paschott:  Hah!  I had the same exact issue.  Ran the executable thinking I was installing rather than extracting.  Thanks for the help.&lt;br /&gt;
&lt;/div&gt;</description><author>Nobodyman</author><pubDate>Sat, 26 Apr 2008 09:38:37 GMT</pubDate><guid isPermaLink="false">NEW POST: Can't load IronPython Studio 20080426A</guid></item><item><title>NEW POST: Can't run WPF Project</title><link>http://www.codeplex.com/IronPythonStudio/Thread/View.aspx?ThreadId=26553</link><description>&lt;div class="wikidoc"&gt;
  Hi,&lt;br /&gt;can somebody help me with the current problem I have.I've just opened IronPython Studio for the first time. I create WPF project.But then when I try to run my project unknown error is shown.The error is:&lt;br /&gt;&amp;quot;Object reference not set to an instance of an object&amp;quot;.The error is in Microsoft.WinFX.targets&lt;br /&gt; &lt;br /&gt;If anybody has any idea what the problem might be please let me know :)&lt;br /&gt;
&lt;/div&gt;</description><author>Rumi</author><pubDate>Thu, 24 Apr 2008 16:34:46 GMT</pubDate><guid isPermaLink="false">NEW POST: Can't run WPF Project 20080424P</guid></item><item><title>COMMENTED ISSUE: Cannot Add Project References</title><link>http://www.codeplex.com/IronPythonStudio/WorkItem/View.aspx?WorkItemId=967</link><description>While I know that you are aware of this issue, I am adding it here so that people can vote on it.  Hope you don&amp;#39;t mind.&lt;br /&gt;&lt;br /&gt;You cannot add Project References in IronPython Visual Studio.  It would be really helpful if you could.&lt;br /&gt;Comments: ** Comment from web user: mosenturm ** &lt;p&gt;Only my vote.&lt;/p&gt;</description><author>mosenturm</author><pubDate>Tue, 22 Apr 2008 15:55:37 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Cannot Add Project References 20080422P</guid></item><item><title>NEW POST: missing project templates</title><link>http://www.codeplex.com/IronPythonStudio/Thread/View.aspx?ThreadId=26341</link><description>&lt;div class="wikidoc"&gt;
After installing and running Iron PythonStudio there is only one template for New/Project: WPF Application. Any hints, what went wrong with my installation?&lt;br /&gt; &lt;br /&gt;Andreas&lt;br /&gt;
&lt;/div&gt;</description><author>mosenturm</author><pubDate>Mon, 21 Apr 2008 21:35:39 GMT</pubDate><guid isPermaLink="false">NEW POST: missing project templates 20080421P</guid></item><item><title>NEW POST: intellisense not working with referenced dll</title><link>http://www.codeplex.com/IronPythonStudio/Thread/View.aspx?ThreadId=19301</link><description>&lt;div class="wikidoc"&gt;
Another bump for this topic, specially for .Net classes. There should be an &amp;quot;Issue&amp;quot; tracking this.&lt;br /&gt;
&lt;/div&gt;</description><author>oneeyedelf1</author><pubDate>Thu, 10 Apr 2008 10:33:51 GMT</pubDate><guid isPermaLink="false">NEW POST: intellisense not working with referenced dll 20080410A</guid></item><item><title>NEW POST: How to switch IpyStudio to Cpython25 </title><link>http://www.codeplex.com/IronPythonStudio/Thread/View.aspx?ThreadId=19717</link><description>&lt;div class="wikidoc"&gt;
&lt;div class="quote"&gt;
 &lt;br /&gt;import sys&lt;br /&gt;sys.path.append(&amp;quot;C:\\Python25\\Lib&amp;quot;)&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt;However, this does not work for dynamic libraries. I am trying to get ctypes to import and I can't because IronPython Studio can't figure out how to import the dynamic library _ctypes. So this is not the end-all-be-all fix for using Python 2.5 in IPS. Full compatibility is still not available.&lt;br /&gt;
&lt;/div&gt;</description><author>credford</author><pubDate>Sun, 06 Apr 2008 22:08:14 GMT</pubDate><guid isPermaLink="false">NEW POST: How to switch IpyStudio to Cpython25  20080406P</guid></item><item><title>CREATED ISSUE: Bad indention from tabs  code completions</title><link>http://www.codeplex.com/IronPythonStudio/WorkItem/View.aspx?WorkItemId=1969</link><description>Please eliminate the tabs in code completion. They are annoying and give compiler errors.&lt;br /&gt;&lt;br /&gt;When I type, then the code completion adds tabs, which gives wrong indention. The textedtitor do not show the bad indention. The code appears to be correct indented, but compile with outer&amp;#47;inne idention errors. &lt;br /&gt;&lt;br /&gt;I have set up the tab to be 60 spaces, so it it easy to see when the code completion adds a wrong idention.&lt;br /&gt;</description><author>pjerrotluna</author><pubDate>Sun, 06 Apr 2008 14:09:00 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Bad indention from tabs  code completions 20080406P</guid></item><item><title>NEW POST: New user looking for guidance</title><link>http://www.codeplex.com/IronPythonStudio/Thread/View.aspx?ThreadId=25157</link><description>&lt;div class="wikidoc"&gt;
I program in Python, but my programs are typically run from the command line or IDLE. I have never built a GUI, and would like to try my hand at creating GUIs that I can run my programs from. Is there a book or tutorial that covers IronPython, IronPython Studio and the dot Net platform that is aimed squarely at the new user?&lt;br /&gt; &lt;br /&gt;Sincerely&lt;br /&gt; &lt;br /&gt;Thomas Philips&lt;br /&gt;
&lt;/div&gt;</description><author>tkpmep</author><pubDate>Wed, 02 Apr 2008 02:09:06 GMT</pubDate><guid isPermaLink="false">NEW POST: New user looking for guidance 20080402A</guid></item><item><title>NEW POST: Unable to view Form in Designer</title><link>http://www.codeplex.com/IronPythonStudio/Thread/View.aspx?ThreadId=19699</link><description>&lt;div class="wikidoc"&gt;
Thank you for the solution sbwong. However, I made an error while implementing your suggestions and I think I may have stumbled onto a simpler solution.&lt;br /&gt; &lt;br /&gt;1. I made a new class file called &amp;quot;State.py&amp;quot; and put nothing into it.&lt;br /&gt;2. I put &amp;quot;import State&amp;quot; at the top of my Form1.py file&lt;br /&gt;3. I added &amp;quot;State.i = 0&amp;quot; to my &lt;i&gt;_init()_&lt;/i&gt; function in Form1.py to initialize a new variable to &amp;quot;State&amp;quot;&lt;br /&gt;4. I am now able to access and modify the variable in the event handlers for GUI components&lt;br /&gt; &lt;br /&gt;The GUI editor appears to still be functioning fine.&lt;br /&gt;
&lt;/div&gt;</description><author>credford</author><pubDate>Tue, 01 Apr 2008 15:44:48 GMT</pubDate><guid isPermaLink="false">NEW POST: Unable to view Form in Designer 20080401P</guid></item><item><title>COMMENTED ISSUE: GUI Builder Stops Working if Slots are Added</title><link>http://www.codeplex.com/IronPythonStudio/WorkItem/View.aspx?WorkItemId=989</link><description>If you add slots to a Form class built in the GUI Builder--for example, if you are prototyping a class or if you are building a Form that needs some extra state--the GUI Builder stops working&amp;#58; it just shows a blank form of a standard size.  However, the assembly still builds and runs fine.  The GUI Builder should be able to deal with a Form class&amp;#39;s having extra slots, especially if they are defined in __init__ and not in the InitializeComponent function.&lt;br /&gt;Comments: ** Comment from web user: credford ** &lt;p&gt;I&amp;#39;ve run into this issue too and, assuming there is no other way to add global variables to a form, I agree.&lt;/p&gt;</description><author>credford</author><pubDate>Tue, 01 Apr 2008 15:28:02 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: GUI Builder Stops Working if Slots are Added 20080401P</guid></item><item><title>NEW POST: Run IronPython Studio without VS shell?</title><link>http://www.codeplex.com/IronPythonStudio/Thread/View.aspx?ThreadId=24962</link><description>&lt;div class="wikidoc"&gt;
I installed IronPython Studio with VS 2008 Pro only (i.e. without a VS shell, isolated or integrated, unless VS installs any by default) and the installation was successful. But whenever I try to load an IronPython project, VS crashes. If debugged after the crash, VS says it encountered an ArgumentException: &amp;quot;The path is not of a legal form&amp;quot;. Is this some bug or I need to install a VS shell? If it's a requirement to have a shell, will there be support for integration with an existing VS installation in the future (i.e. like an add-in, without the need to install a shell additionally)?&lt;br /&gt;
&lt;/div&gt;</description><author>DDobrev</author><pubDate>Sat, 29 Mar 2008 14:25:26 GMT</pubDate><guid isPermaLink="false">NEW POST: Run IronPython Studio without VS shell? 20080329P</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 20080328P</guid></item><item><title>UPDATED RELEASE: IronPython Studio 1.0 (Dec 10, 2007)</title><link>http://www.codeplex.com/IronPythonStudio/Release/ProjectReleases.aspx?ReleaseId=8934</link><description>This release contains VS Shell Integrated and Isolated mode supports.</description><author></author><pubDate>Fri, 28 Mar 2008 18:41:02 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: IronPython Studio 1.0 (Dec 10, 2007) 20080328P</guid></item></channel></rss>