<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Python Tools for Visual Studio</title><link>http://pytools.codeplex.com/project/feeds/rss</link><description>Python Tools for Visual Studio is a free plugin which makes Visual Studio a complete Python IDE.  It add support for Intellisense, Debugging, Profiling, IPython &amp;#40;.11&amp;#43;&amp;#41;, and Cluster &amp;#38; Cloud Computing to Visual Studio.  It supports both CPython &amp;#40;2.5-3.1&amp;#41; and IronPython &amp;#40;2.7&amp;#41;.      It is developed in C&amp;#35; and Python.                  </description><item><title>Commented Issue: Django 1.4 syncdb is requesting input and blocking [1214]</title><link>http://pytools.codeplex.com/workitem/1214</link><description>I am not so sure. I have tested this a bit more&amp;#58;&lt;br /&gt;1. I start a new clean project.&lt;br /&gt;2. I follow the 3 steps to enable admin as described here&amp;#58;&lt;br /&gt;https&amp;#58;&amp;#47;&amp;#47;docs.djangoproject.com&amp;#47;en&amp;#47;1.4&amp;#47;intro&amp;#47;tutorial02&amp;#47;&lt;br /&gt;3. Doing that I get this error&amp;#58; http&amp;#58;&amp;#47;&amp;#47;screencast.com&amp;#47;t&amp;#47;o2Ftp8UU&lt;br /&gt;4. Trying to go to &amp;#34;http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;1750&amp;#47;admin&amp;#47;&amp;#34; I get this error&amp;#58; http&amp;#58;&amp;#47;&amp;#47;screencast.com&amp;#47;t&amp;#47;6bP1nsrTgplL&lt;br /&gt;&lt;br /&gt;If I try the same with command line only and it works.&lt;br /&gt;&lt;br /&gt;Also when you Syncdb first time in command line you are asked if you want to create a superuser. You are asked the same in the syncdb popup in ptools but you can&amp;#39;t create. It doesn&amp;#39;t respond to yes&amp;#47;no.&lt;br /&gt;&lt;br /&gt;So to me it seems this is caused by ptools somehow.&lt;br /&gt;&lt;br /&gt;Thanks ,&lt;br /&gt;Marius&lt;br /&gt;Comments: We could either run with --noinput, which may or may not help, or run in a context where we allow input</description><author>dinov</author><pubDate>Thu, 23 May 2013 22:14:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: Django 1.4 syncdb is requesting input and blocking [1214] 20130523101449P</guid></item><item><title>New Post: Django 1.4</title><link>http://pytools.codeplex.com/discussions/444476</link><description>&lt;div style="line-height: normal;"&gt;This discussion has been copied to a work item. Click &lt;a href="https://pytools.codeplex.com/workitem/1214" rel="nofollow"&gt;here&lt;/a&gt; to go to the work item and continue the discussion.&lt;br /&gt;
&lt;/div&gt;</description><author>dinov</author><pubDate>Thu, 23 May 2013 22:14:33 GMT</pubDate><guid isPermaLink="false">New Post: Django 1.4 20130523101433P</guid></item><item><title>Created Issue: Django 1.4 syncdb is requesting input and blocking [1214]</title><link>http://pytools.codeplex.com/workitem/1214</link><description>I am not so sure. I have tested this a bit more&amp;#58;&lt;br /&gt;1. I start a new clean project.&lt;br /&gt;2. I follow the 3 steps to enable admin as described here&amp;#58;&lt;br /&gt;https&amp;#58;&amp;#47;&amp;#47;docs.djangoproject.com&amp;#47;en&amp;#47;1.4&amp;#47;intro&amp;#47;tutorial02&amp;#47;&lt;br /&gt;3. Doing that I get this error&amp;#58; http&amp;#58;&amp;#47;&amp;#47;screencast.com&amp;#47;t&amp;#47;o2Ftp8UU&lt;br /&gt;4. Trying to go to &amp;#34;http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#58;1750&amp;#47;admin&amp;#47;&amp;#34; I get this error&amp;#58; http&amp;#58;&amp;#47;&amp;#47;screencast.com&amp;#47;t&amp;#47;6bP1nsrTgplL&lt;br /&gt;&lt;br /&gt;If I try the same with command line only and it works.&lt;br /&gt;&lt;br /&gt;Also when you Syncdb first time in command line you are asked if you want to create a superuser. You are asked the same in the syncdb popup in ptools but you can&amp;#39;t create. It doesn&amp;#39;t respond to yes&amp;#47;no.&lt;br /&gt;&lt;br /&gt;So to me it seems this is caused by ptools somehow.&lt;br /&gt;&lt;br /&gt;Thanks ,&lt;br /&gt;Marius&lt;br /&gt;</description><author>dinov</author><pubDate>Thu, 23 May 2013 22:14:33 GMT</pubDate><guid isPermaLink="false">Created Issue: Django 1.4 syncdb is requesting input and blocking [1214] 20130523101433P</guid></item><item><title>New Post: Django 1.4</title><link>http://pytools.codeplex.com/discussions/444476</link><description>&lt;div style="line-height: normal;"&gt;We probably need to run syncdb with the --noinput option from within PTVS, or we'll need to change that dialog so that it is more like a console window which allows input and output.  I suspect the fact that it's prompting you means it's blocking and not actually doing it's job.  For the time being it sounds like running it from the command line is a work around, but I'll go ahead and copy this to a bug.&lt;br /&gt;
&lt;br /&gt;
Thanks for the feedback!&lt;br /&gt;
&lt;/div&gt;</description><author>dinov</author><pubDate>Thu, 23 May 2013 22:13:22 GMT</pubDate><guid isPermaLink="false">New Post: Django 1.4 20130523101322P</guid></item><item><title>New Post: Django 1.4</title><link>http://pytools.codeplex.com/discussions/444476</link><description>&lt;div style="line-height: normal;"&gt;I am not so sure. I have tested this a bit more:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;I start a new clean project.&lt;/li&gt;
&lt;li&gt;I follow the 3 steps to enable admin as described here:&lt;br /&gt;
&lt;a href="https://docs.djangoproject.com/en/1.4/intro/tutorial02/" rel="nofollow"&gt;https://docs.djangoproject.com/en/1.4/intro/tutorial02/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Doing that I get this error: &lt;a href="http://screencast.com/t/o2Ftp8UU" rel="nofollow"&gt;http://screencast.com/t/o2Ftp8UU&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
Trying to go to &amp;quot;&lt;a href="http://localhost:1750/admin/&amp;quot; I get this error: http://screencast.com/t/6bP1nsrTgplL" rel="nofollow"&gt;http://localhost:1750/admin/" I get this error: http://screencast.com/t/6bP1nsrTgplL&lt;/a&gt;&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;
If I try the same with command line only and it works.&lt;br /&gt;
&lt;br /&gt;
Also when you Syncdb first time in command line you are asked if you want to create a superuser. You are asked the same in the syncdb popup in ptools but you can't create. It doesn't respond to yes/no.&lt;br /&gt;
&lt;br /&gt;
So to me it seems this is caused by ptools somehow.&lt;br /&gt;
&lt;br /&gt;
Thanks ,&lt;br /&gt;
Marius&lt;br /&gt;
&lt;/div&gt;</description><author>MrLian</author><pubDate>Thu, 23 May 2013 19:10:53 GMT</pubDate><guid isPermaLink="false">New Post: Django 1.4 20130523071053P</guid></item><item><title>Commented Issue: New project from existing code wizard not working [1213]</title><link>http://pytools.codeplex.com/workitem/1213</link><description>Win7, Dev12 20520.01 French&lt;br /&gt;&lt;br /&gt;The dialog doesn&amp;#39;t come up at all, and the status bar says &amp;#40;translated&amp;#41; &amp;#58; Creation of project &amp;#39;blah&amp;#39; The operation failed.&lt;br /&gt;&lt;br /&gt;Not sure if it&amp;#39;s a Win7 problem or French problem at this point.  I will update the description when I find out more.&lt;br /&gt;Comments: Take a look in Customize-&amp;#62;Keyboard for the &amp;#34;ImportPythonProject&amp;#34; command. We currently invoke it by name - &amp;#96;Tools.ImportPythonProject&amp;#96; - and I bet that &amp;#34;Tools&amp;#34; is localized.&amp;#10;&amp;#10;You can also add the button for the ImportPythonProject command to a menu&amp;#47;toolbar &amp;#40;Customize-&amp;#62;Commands-&amp;#62;Add Command-&amp;#62;Tools-&amp;#62;ImportPythonProject&amp;#41; and invoke it that way to make sure the wizard itself is working.</description><author>Zooba</author><pubDate>Thu, 23 May 2013 15:34:10 GMT</pubDate><guid isPermaLink="false">Commented Issue: New project from existing code wizard not working [1213] 20130523033410P</guid></item><item><title>Edited Feature: Error in .NET-package install using NuGet and PTVS 2.0 [1212]</title><link>http://pytools.codeplex.com/workitem/1212</link><description>I am trying to create a MahApps styled WPF application using IronPython 2.7.3 in Visual Studio Ultimate 2012 with PTVS 2.0. However I cannot install MahApps.Metro via Nuget using the GUI. Choosing &amp;#39;Install&amp;#39; in the Manage NuGet Packages console trows the following error by Visual Studio&amp;#58;&lt;br /&gt;&lt;br /&gt;_&amp;#39;MahApps.Metro&amp;#39; could not be installed because it is not compatible with any project in the solution. The package targets the following frameworks&amp;#58;&lt;br /&gt;&lt;br /&gt;.NetFramwork, Verion&amp;#61;v4.0&lt;br /&gt;&lt;br /&gt;.NetFramwork, Verion&amp;#61;v4.5_&lt;br /&gt;&lt;br /&gt;Trying out different .NET packages trough the NuGet Manager all trough the same errors.&lt;br /&gt;&lt;br /&gt;I have created a new IronPython WPF application using both the .NET 4.0 and 4.5 Framework.&lt;br /&gt;&lt;br /&gt;Any suggestions into how I could install mahapps.metro assemblies in an IronPython WPF application either using NuGet or an alternative way would be greatly appreciated.&lt;br /&gt;&lt;br /&gt;&amp;#40;FYI&amp;#58; I made a C&amp;#35; WPF application using the same frameworks. Here I can install the MahApss assemblies as I should and they work perfectly fine there.&amp;#41;&lt;br /&gt;</description><author>Zooba</author><pubDate>Thu, 23 May 2013 15:29:24 GMT</pubDate><guid isPermaLink="false">Edited Feature: Error in .NET-package install using NuGet and PTVS 2.0 [1212] 20130523032924P</guid></item><item><title>Commented Unassigned: Error in .NET-package install using NuGet and PTVS 2.0 [1212]</title><link>http://pytools.codeplex.com/workitem/1212</link><description>I am trying to create a MahApps styled WPF application using IronPython 2.7.3 in Visual Studio Ultimate 2012 with PTVS 2.0. However I cannot install MahApps.Metro via Nuget using the GUI. Choosing &amp;#39;Install&amp;#39; in the Manage NuGet Packages console trows the following error by Visual Studio&amp;#58;&lt;br /&gt;&lt;br /&gt;_&amp;#39;MahApps.Metro&amp;#39; could not be installed because it is not compatible with any project in the solution. The package targets the following frameworks&amp;#58;&lt;br /&gt;&lt;br /&gt;.NetFramwork, Verion&amp;#61;v4.0&lt;br /&gt;&lt;br /&gt;.NetFramwork, Verion&amp;#61;v4.5_&lt;br /&gt;&lt;br /&gt;Trying out different .NET packages trough the NuGet Manager all trough the same errors.&lt;br /&gt;&lt;br /&gt;I have created a new IronPython WPF application using both the .NET 4.0 and 4.5 Framework.&lt;br /&gt;&lt;br /&gt;Any suggestions into how I could install mahapps.metro assemblies in an IronPython WPF application either using NuGet or an alternative way would be greatly appreciated.&lt;br /&gt;&lt;br /&gt;&amp;#40;FYI&amp;#58; I made a C&amp;#35; WPF application using the same frameworks. Here I can install the MahApss assemblies as I should and they work perfectly fine there.&amp;#41;&lt;br /&gt;Comments: Unfortunately, when the core VS teams add a feature like this they don&amp;#39;t work with us on it, so we usually have to catch up later.&amp;#10;&amp;#10;I haven&amp;#39;t tried, but this may be as easy as setting a property in the .pyproj file &amp;#40;for example, we probably don&amp;#39;t set the target .NET framework version, even though you can select it in the New Project dialog&amp;#41;.&amp;#10;&amp;#10;You could open the .pyproj and .csproj files in a text editor and compare them - they&amp;#39;re just XML files. We won&amp;#39;t be exposing the property in the UI anywhere, so this is the only option. Editing project files is pretty safe though.&amp;#10;&amp;#10;If you find a way to make it work let us know so we can tell other people and make any changes to our templates. &amp;#40;If you don&amp;#39;t find a way then we&amp;#39;ll have to triage this feature against all the rest - it probably won&amp;#39;t make 2.0 final.&amp;#41;</description><author>Zooba</author><pubDate>Thu, 23 May 2013 15:29:09 GMT</pubDate><guid isPermaLink="false">Commented Unassigned: Error in .NET-package install using NuGet and PTVS 2.0 [1212] 20130523032909P</guid></item><item><title>New Post: Inline plots don't work with VS 2012 -- show() does nothing</title><link>http://pytools.codeplex.com/discussions/444399</link><description>&lt;div style="line-height: normal;"&gt;hi yaakov34 - this maybe a py3.3 issue -- pls see this workaround for now:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="https://pytools.codeplex.com/workitem/1057" rel="nofollow"&gt;https://pytools.codeplex.com/workitem/1057&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Ptools</author><pubDate>Thu, 23 May 2013 05:44:19 GMT</pubDate><guid isPermaLink="false">New Post: Inline plots don't work with VS 2012 -- show() does nothing 20130523054419A</guid></item><item><title>Edited Issue: New project from existing code wizard not working [1213]</title><link>http://pytools.codeplex.com/workitem/1213</link><description>Win7, Dev12 20520.01 French&lt;br /&gt;&lt;br /&gt;The dialog doesn&amp;#39;t come up at all, and the status bar says &amp;#40;translated&amp;#41; &amp;#58; Creation of project &amp;#39;blah&amp;#39; The operation failed.&lt;br /&gt;&lt;br /&gt;Not sure if it&amp;#39;s a Win7 problem or French problem at this point.  I will update the description when I find out more.&lt;br /&gt;</description><author>huguesv</author><pubDate>Wed, 22 May 2013 23:58:14 GMT</pubDate><guid isPermaLink="false">Edited Issue: New project from existing code wizard not working [1213] 20130522115814P</guid></item><item><title>Created Issue: New project from existing code wizard not working on dev12 french [1213]</title><link>http://pytools.codeplex.com/workitem/1213</link><description>Win7, Dev12 20520.01 French&lt;br /&gt;&lt;br /&gt;The dialog doesn&amp;#39;t come up, and the status bar says &amp;#40;translated&amp;#41; &amp;#58; Creation of project &amp;#39;blah&amp;#39; The operation failed.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve tested the English version of that same build but I am not positive that I tested that wizard.  Will re-test and update this description accordingly.&lt;br /&gt;&lt;br /&gt;</description><author>huguesv</author><pubDate>Wed, 22 May 2013 23:55:29 GMT</pubDate><guid isPermaLink="false">Created Issue: New project from existing code wizard not working on dev12 french [1213] 20130522115529P</guid></item><item><title>Commented Issue: PTVS package load failure on VS.Next Integrated Shell [1184]</title><link>http://pytools.codeplex.com/workitem/1184</link><description>Here&amp;#39;s the relevant info from activity log&amp;#58;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;  &amp;#60;entry&amp;#62;&lt;br /&gt;    &amp;#60;record&amp;#62;95&amp;#60;&amp;#47;record&amp;#62;&lt;br /&gt;    &amp;#60;time&amp;#62;2013&amp;#47;05&amp;#47;13 20&amp;#58;20&amp;#58;11.904&amp;#60;&amp;#47;time&amp;#62;&lt;br /&gt;    &amp;#60;type&amp;#62;Error&amp;#60;&amp;#47;type&amp;#62;&lt;br /&gt;    &amp;#60;source&amp;#62;VisualStudio&amp;#60;&amp;#47;source&amp;#62;&lt;br /&gt;    &amp;#60;description&amp;#62;SetSite failed for package &amp;#91;Python Tools Package&amp;#93;&amp;#60;&amp;#47;description&amp;#62;&lt;br /&gt;    &amp;#60;guid&amp;#62;&amp;#123;6DBD7C1E-1F1B-496D-AC7C-C55DAE66C783&amp;#125;&amp;#60;&amp;#47;guid&amp;#62;&lt;br /&gt;    &amp;#60;hr&amp;#62;80131500&amp;#60;&amp;#47;hr&amp;#62;&lt;br /&gt;    &amp;#60;errorinfo&amp;#62;No exports were found that match the constraint&amp;#58; &lt;br /&gt;&amp;#9;ContractName&amp;#9;Microsoft.PythonTools.IInterpreterOptionsService&lt;br /&gt;&amp;#9;RequiredTypeIdentity&amp;#9;Microsoft.PythonTools.IInterpreterOptionsService&amp;#60;&amp;#47;errorinfo&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;entry&amp;#62;&lt;br /&gt;  &amp;#60;entry&amp;#62;&lt;br /&gt;    &amp;#60;record&amp;#62;96&amp;#60;&amp;#47;record&amp;#62;&lt;br /&gt;    &amp;#60;time&amp;#62;2013&amp;#47;05&amp;#47;13 20&amp;#58;20&amp;#58;11.904&amp;#60;&amp;#47;time&amp;#62;&lt;br /&gt;    &amp;#60;type&amp;#62;Error&amp;#60;&amp;#47;type&amp;#62;&lt;br /&gt;    &amp;#60;source&amp;#62;VisualStudio&amp;#60;&amp;#47;source&amp;#62;&lt;br /&gt;    &amp;#60;description&amp;#62;End package load &amp;#91;Python Tools Package&amp;#93;&amp;#60;&amp;#47;description&amp;#62;&lt;br /&gt;    &amp;#60;guid&amp;#62;&amp;#123;6DBD7C1E-1F1B-496D-AC7C-C55DAE66C783&amp;#125;&amp;#60;&amp;#47;guid&amp;#62;&lt;br /&gt;    &amp;#60;hr&amp;#62;80131500&amp;#60;&amp;#47;hr&amp;#62;&lt;br /&gt;    &amp;#60;errorinfo&amp;#62;No exports were found that match the constraint&amp;#58; &lt;br /&gt;&amp;#9;ContractName&amp;#9;Microsoft.PythonTools.IInterpreterOptionsService&lt;br /&gt;&amp;#9;RequiredTypeIdentity&amp;#9;Microsoft.PythonTools.IInterpreterOptionsService&amp;#60;&amp;#47;errorinfo&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;entry&amp;#62;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;Comments: No longer occurs with today&amp;#39;s build and dev12 shell 20520.01</description><author>huguesv</author><pubDate>Wed, 22 May 2013 23:35:39 GMT</pubDate><guid isPermaLink="false">Commented Issue: PTVS package load failure on VS.Next Integrated Shell [1184] 20130522113539P</guid></item><item><title>Edited Issue: PTVS package load failure on VS.Next Integrated Shell [1184]</title><link>http://pytools.codeplex.com/workitem/1184</link><description>Here&amp;#39;s the relevant info from activity log&amp;#58;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;  &amp;#60;entry&amp;#62;&lt;br /&gt;    &amp;#60;record&amp;#62;95&amp;#60;&amp;#47;record&amp;#62;&lt;br /&gt;    &amp;#60;time&amp;#62;2013&amp;#47;05&amp;#47;13 20&amp;#58;20&amp;#58;11.904&amp;#60;&amp;#47;time&amp;#62;&lt;br /&gt;    &amp;#60;type&amp;#62;Error&amp;#60;&amp;#47;type&amp;#62;&lt;br /&gt;    &amp;#60;source&amp;#62;VisualStudio&amp;#60;&amp;#47;source&amp;#62;&lt;br /&gt;    &amp;#60;description&amp;#62;SetSite failed for package &amp;#91;Python Tools Package&amp;#93;&amp;#60;&amp;#47;description&amp;#62;&lt;br /&gt;    &amp;#60;guid&amp;#62;&amp;#123;6DBD7C1E-1F1B-496D-AC7C-C55DAE66C783&amp;#125;&amp;#60;&amp;#47;guid&amp;#62;&lt;br /&gt;    &amp;#60;hr&amp;#62;80131500&amp;#60;&amp;#47;hr&amp;#62;&lt;br /&gt;    &amp;#60;errorinfo&amp;#62;No exports were found that match the constraint&amp;#58; &lt;br /&gt;&amp;#9;ContractName&amp;#9;Microsoft.PythonTools.IInterpreterOptionsService&lt;br /&gt;&amp;#9;RequiredTypeIdentity&amp;#9;Microsoft.PythonTools.IInterpreterOptionsService&amp;#60;&amp;#47;errorinfo&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;entry&amp;#62;&lt;br /&gt;  &amp;#60;entry&amp;#62;&lt;br /&gt;    &amp;#60;record&amp;#62;96&amp;#60;&amp;#47;record&amp;#62;&lt;br /&gt;    &amp;#60;time&amp;#62;2013&amp;#47;05&amp;#47;13 20&amp;#58;20&amp;#58;11.904&amp;#60;&amp;#47;time&amp;#62;&lt;br /&gt;    &amp;#60;type&amp;#62;Error&amp;#60;&amp;#47;type&amp;#62;&lt;br /&gt;    &amp;#60;source&amp;#62;VisualStudio&amp;#60;&amp;#47;source&amp;#62;&lt;br /&gt;    &amp;#60;description&amp;#62;End package load &amp;#91;Python Tools Package&amp;#93;&amp;#60;&amp;#47;description&amp;#62;&lt;br /&gt;    &amp;#60;guid&amp;#62;&amp;#123;6DBD7C1E-1F1B-496D-AC7C-C55DAE66C783&amp;#125;&amp;#60;&amp;#47;guid&amp;#62;&lt;br /&gt;    &amp;#60;hr&amp;#62;80131500&amp;#60;&amp;#47;hr&amp;#62;&lt;br /&gt;    &amp;#60;errorinfo&amp;#62;No exports were found that match the constraint&amp;#58; &lt;br /&gt;&amp;#9;ContractName&amp;#9;Microsoft.PythonTools.IInterpreterOptionsService&lt;br /&gt;&amp;#9;RequiredTypeIdentity&amp;#9;Microsoft.PythonTools.IInterpreterOptionsService&amp;#60;&amp;#47;errorinfo&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;entry&amp;#62;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;</description><author>huguesv</author><pubDate>Wed, 22 May 2013 23:35:39 GMT</pubDate><guid isPermaLink="false">Edited Issue: PTVS package load failure on VS.Next Integrated Shell [1184] 20130522113539P</guid></item><item><title>Commented Issue: Create django project on VS 2012 integrated shell gives ASP.NET warning [1044]</title><link>http://pytools.codeplex.com/workitem/1044</link><description>When creating a django project in VS 2012 Shell &amp;#43; PTVS 2.0 alpha, you get a warning message about ASP.NET 4.0. See attached screenshot.&lt;br /&gt;&lt;br /&gt;This is on Windows 8, VS 2012 Shell&lt;br /&gt;&lt;br /&gt;Machine also has VS 2010 Pro.  It has the Azure Tools for VS 2010, but not for VS 2012 &amp;#40;they don&amp;#39;t do anything for the integrated shell anyway&amp;#41;.&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#91;Image&amp;#93;&amp;#40;http&amp;#58;&amp;#47;&amp;#47;pytools.codeplex.com&amp;#47;Download&amp;#47;AttachmentDownload.ashx&amp;#63;ProjectName&amp;#61;pytools&amp;#38;WorkItemId&amp;#61;1044&amp;#38;FileAttachmentId&amp;#61;634856&amp;#41;&lt;br /&gt;Comments: On machine with dev10,11,12 shells, I get the following error when creating django project on dev12 shell &amp;#40;and the project doesn&amp;#39;t get created&amp;#41;&amp;#58;&amp;#10;&amp;#10;&amp;#96;&amp;#96;&amp;#96;&amp;#10;Microsoft Visual Studio&amp;#10;Configuring IIS Express failed with the following error&amp;#58;&amp;#10;&amp;#10; IIS is not installed on this computer. To access local IIS Web sites, you must install the following IIS components&amp;#58;&amp;#10;  Internet Information Services&amp;#10;  ASP.NET&amp;#10;&amp;#10;In addition, you must run Visual Studio in the context of an administrator account.&amp;#10;&amp;#10;For more information, press F1.&amp;#10;&amp;#10;OK &amp;#10;&amp;#96;&amp;#96;&amp;#96;</description><author>huguesv</author><pubDate>Wed, 22 May 2013 23:33:32 GMT</pubDate><guid isPermaLink="false">Commented Issue: Create django project on VS 2012 integrated shell gives ASP.NET warning [1044] 20130522113332P</guid></item><item><title>Commented Issue: Create django project on VS 2012 integrated shell gives ASP.NET warning [1044]</title><link>http://pytools.codeplex.com/workitem/1044</link><description>When creating a django project in VS 2012 Shell &amp;#43; PTVS 2.0 alpha, you get a warning message about ASP.NET 4.0. See attached screenshot.&lt;br /&gt;&lt;br /&gt;This is on Windows 8, VS 2012 Shell&lt;br /&gt;&lt;br /&gt;Machine also has VS 2010 Pro.  It has the Azure Tools for VS 2010, but not for VS 2012 &amp;#40;they don&amp;#39;t do anything for the integrated shell anyway&amp;#41;.&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#91;Image&amp;#93;&amp;#40;http&amp;#58;&amp;#47;&amp;#47;pytools.codeplex.com&amp;#47;Download&amp;#47;AttachmentDownload.ashx&amp;#63;ProjectName&amp;#61;pytools&amp;#38;WorkItemId&amp;#61;1044&amp;#38;FileAttachmentId&amp;#61;634856&amp;#41;&lt;br /&gt;Comments: On machine with dev10,11,12 shells, I get the following error when creating django project on dev12 shell &amp;#40;and the project doesn&amp;#39;t get created&amp;#41;&amp;#58;&amp;#10;&amp;#10;---------------------------&amp;#10;Microsoft Visual Studio&amp;#10;---------------------------&amp;#10;Configuring IIS Express failed with the following error&amp;#58;&amp;#10;&amp;#10;IIS is not installed on this computer. To access local IIS Web sites, you must install the following IIS components&amp;#58;&amp;#10;&amp;#10;      Internet Information Services&amp;#10;      ASP.NET&amp;#10;&amp;#10;In addition, you must run Visual Studio in the context of an administrator account.&amp;#10;&amp;#10;For more information, press F1.&amp;#10;---------------------------&amp;#10;OK   &amp;#10;---------------------------&amp;#10;</description><author>huguesv</author><pubDate>Wed, 22 May 2013 23:32:52 GMT</pubDate><guid isPermaLink="false">Commented Issue: Create django project on VS 2012 integrated shell gives ASP.NET warning [1044] 20130522113252P</guid></item><item><title>Commented Unassigned: Pyplot interactive mode doesn't work [1207]</title><link>http://pytools.codeplex.com/workitem/1207</link><description>I&amp;#39;m using the standard REPL without iPython, and if I enter the following into the standard REPL I consistently get a blank frozen window&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;from matplotlib import pyplot as pp&lt;br /&gt;pp.ion&amp;#40;&amp;#41;&lt;br /&gt;pp.plot&amp;#40;&amp;#91;1,2,3&amp;#93;,&amp;#91;2,4,8&amp;#93;&amp;#41;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&lt;br /&gt;Additionally, if I type &amp;#34;pp.&amp;#34; or &amp;#34;plot&amp;#40;&amp;#34; at the start of a session, VS freezes for about 5s. When I have one of the iPython shells enabled, vs will switch to ipython after the 5s freeze, however in this case I&amp;#39;m using the standard REPL and it still freezes, which is quite annoying.&lt;br /&gt;Comments: Sorry, I obviously I misread this pretty horribly.   Unfortunately there isn&amp;#39;t a good answer here.  If you look over at the matplotlib documentation here&amp;#58; http&amp;#58;&amp;#47;&amp;#47;matplotlib.org&amp;#47;users&amp;#47;shell.html you can see that it&amp;#39;s not super simple, and &amp;#34;ipython, an enhanced interactive python shell, has figured out all of these tricks, and is matplotlib aware&amp;#34;&amp;#10;&amp;#10;The problem here is that matplotlib seems to try and hook in and take over keyboard input while running, and that doesn&amp;#39;t work in a REPL which isn&amp;#39;t console based.  So for example you&amp;#39;ll get the same experience in IDLE as you do in PTVS.&amp;#10;&amp;#10;In theory either PTVS and&amp;#47;or Matplotlib could be updated to make this work, but I&amp;#39;m not sure exactly what would need to change on either side.  We experimented with it a little bit and if you don&amp;#39;t turn interactive mode on things work a little better, but showing the plots blocks additional inputs.  You could potentially combine that w&amp;#47; a replacement of sys.displayhook to automatically show plots, and you might get close to what you&amp;#39;re wanting.  &amp;#10;&amp;#10;If you want to try and get this working in a smoother way I would suggest trying to find a solution within IDLE and the solution within PTVS should be the same.</description><author>dinov</author><pubDate>Wed, 22 May 2013 23:00:03 GMT</pubDate><guid isPermaLink="false">Commented Unassigned: Pyplot interactive mode doesn't work [1207] 20130522110003P</guid></item><item><title>Created Unassigned: Error in .NET-package install using NuGet and PTVS 2.0 [1212]</title><link>http://pytools.codeplex.com/workitem/1212</link><description>I am trying to create a MahApps styled WPF application using IronPython 2.7.3 in Visual Studio Ultimate 2012 with PTVS 2.0. However I cannot install MahApps.Metro via Nuget using the GUI. Choosing &amp;#39;Install&amp;#39; in the Manage NuGet Packages console trows the following error by Visual Studio&amp;#58;&lt;br /&gt;&lt;br /&gt;_&amp;#39;MahApps.Metro&amp;#39; could not be installed because it is not compatible with any project in the solution. The package targets the following frameworks&amp;#58;&lt;br /&gt;&lt;br /&gt;.NetFramwork, Verion&amp;#61;v4.0&lt;br /&gt;&lt;br /&gt;.NetFramwork, Verion&amp;#61;v4.5_&lt;br /&gt;&lt;br /&gt;Trying out different .NET packages trough the NuGet Manager all trough the same errors.&lt;br /&gt;&lt;br /&gt;I have created a new IronPython WPF application using both the .NET 4.0 and 4.5 Framework.&lt;br /&gt;&lt;br /&gt;Any suggestions into how I could install mahapps.metro assemblies in an IronPython WPF application either using NuGet or an alternative way would be greatly appreciated.&lt;br /&gt;&lt;br /&gt;&amp;#40;FYI&amp;#58; I made a C&amp;#35; WPF application using the same frameworks. Here I can install the MahApss assemblies as I should and they work perfectly fine there.&amp;#41;&lt;br /&gt;</description><author>JandalDoe</author><pubDate>Wed, 22 May 2013 22:03:25 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Error in .NET-package install using NuGet and PTVS 2.0 [1212] 20130522100325P</guid></item><item><title>Edited Unassigned: include project type identifying info [1107]</title><link>http://pytools.codeplex.com/workitem/1107</link><description>so we know how many python &amp;#47; Azure sites get published.&lt;br /&gt;</description><author>Ptools</author><pubDate>Wed, 22 May 2013 22:00:12 GMT</pubDate><guid isPermaLink="false">Edited Unassigned: include project type identifying info [1107] 20130522100012P</guid></item><item><title>Edited Feature: wfastcgi should enable .pth files in the user's directory [1106]</title><link>http://pytools.codeplex.com/workitem/1106</link><description>In the push to use virtualenv&amp;#47;pip as part of the deployment we want to have a site-packages directory in the users deployment.  If that has eggs which are pulled in via a .pth file currently those won&amp;#39;t get picked up.  We should add support to wfastcgi so these get added to sys.path.&lt;br /&gt;</description><author>Zooba</author><pubDate>Wed, 22 May 2013 21:59:32 GMT</pubDate><guid isPermaLink="false">Edited Feature: wfastcgi should enable .pth files in the user's directory [1106] 20130522095932P</guid></item><item><title>Edited Unassigned: Exception when clicking on DataContext New Button in XAML Editor [1123]</title><link>http://pytools.codeplex.com/workitem/1123</link><description>When clicking on the DataContext New button an exception is thrown&amp;#58;&lt;br /&gt;FileLoadException&amp;#58; Could not load file or assembly &amp;#39;Microsoft.VisualStudio.Language.NavigateTo.Interfaces, Version&amp;#61;10.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b03f5f7f11d50a3a&amp;#39; or one of its dependencies. The located assembly&amp;#39;s manifest definition does not match the assembly reference. &amp;#40;Exception from HRESULT&amp;#58; 0x80131040&amp;#41;&lt;br /&gt;</description><author>Ptools</author><pubDate>Wed, 22 May 2013 21:56:14 GMT</pubDate><guid isPermaLink="false">Edited Unassigned: Exception when clicking on DataContext New Button in XAML Editor [1123] 20130522095614P</guid></item></channel></rss>