<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-2">
</head>
<body text="#000000" bgcolor="#ffffff">
Dino,<br>
thanks for the new Pytools release. <br>
<br>
It looks like the <i>Set as Startup File</i> command is broken in
RC1. When I click <i>Set as Startup File</i> for any file deeper
than project folder, the project folder is added to the startup file
(e. g. <tt>MyProject\tests\testOne.py</tt> instead of <tt>tests\testOne.py</tt>)
path causing the file is not found when the project is run (<a
href="http://pytools.codeplex.com/workitem/351">http://pytools.codeplex.com/workitem/351</a>).<br>
<br>
The above error combined with <i>Wait for input when process exits
...</i> options not working is quite annoying - I had to use
capturing screen program to be able to find out the error message. I
have workarounded this issue with manually adding <tt>-i</tt> to
Debug Interpreter Arguments of my project. How should the <i>Wait
...</i> option work?<br>
<br>
Also right click on any python file in Solution explorer throws the
following error into output window:<br>
<br>
<tt>Exception Type: System.ArgumentException<br>
Exception Message: InvalidParameter<br>
Parameter name: index<br>
Exception Stack Trace: at
Microsoft.PythonTools.Project.Automation.OAProperties.Item(Object
index)<br>
at
DPStudio.VSCommands.Features.MenuCommands.UngroupItemsCommand.#jr(SelectedItem
i)<br>
at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()<br>
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1
source)<br>
at
DPStudio.VSCommands.Features.MenuCommands.UngroupItemsCommand.#1i()<br>
at #U.#W.#Vi()<br>
<br>
Exception Type: System.ArgumentException<br>
Exception Message: InvalidParameter<br>
Parameter name: index<br>
Exception Stack Trace: at
Microsoft.PythonTools.Project.Automation.OAProperties.Item(Object
index)<br>
at #9f.#mg.#0w(ProjectItem me)<br>
</tt><br>
Not sure whether this is Python Tools bug...<br>
<br>
--<br>
-- Lukáš<br>
</body>
</html>