<html><head><style type="text/css" media="screen">Body{font-family: Verdana;font-size:.75em;}h4{font-size:.9em;}a{color: #3a62a6;}.digest .toc {margin-bottom: 15px; padding-bottom:8px; border-bottom: 1px solid #ccc;}.digest .tocItem {margin-bottom: 15px;}.tocItem a{color:#000;text-decoration: none;}.tocItem a:hover{color: #3a62a6;text-decoration: underline;}.topic{padding-bottom: 8px;margin-bottom: 20px; border-bottom: 1px solid #ccc;}.topicHeader{margin-bottom:10px;}.topicTitle{font-weight: bold;}.replies p{margin:0;padding:0;}.replies hr{width: 15%;text-align: left;margin: 0 auto 5px 0;border: none 0;border-top: 1px solid #ccc;height: 1px;}.reply{margin-bottom: 6px;padding-bottom: 4px;}.anchorMarker{color: #3a62a6;}.footer{color: gray;}</style></head><body><div class="digest"><p>Hi ironpython,</p><p>Here's your Daily Digest of new issues for project "<a href="http://ironpython.codeplex.com/">IronPython</a>".</p><p>In today's digest:</p><h4>ISSUES</h4><div class="toc"><div class="tocItem"><a href="#toc_issue_1">1. <span class="tocTitle">[New comment] Compiled .exe gives&#34;URI formats are not supported&#34;-error when importing pyVISA package</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_2">2. <span class="tocTitle">[New comment] Inconsistent Behavior of &#37;d in string substitution</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_3">3. <span class="tocTitle">[New comment] HowTo&#58; Debug embedded IPy code in C&#35; application</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_4">4. <span class="tocTitle">[Status update] HowTo&#58; Debug embedded IPy code in C&#35; application</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_5">5. <span class="tocTitle">[New comment] Load and Unload DLL</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_6">6. <span class="tocTitle">[Status update] Load and Unload DLL</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_7">7. <span class="tocTitle">[New comment] IronPython Grammar</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_8">8. <span class="tocTitle">[Status update] IronPython Grammar</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_9">9. <span class="tocTitle">[New comment] Typo</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_10">10. <span class="tocTitle">[New comment] Scope is not remembered after an import</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_11">11. <span class="tocTitle">[New issue] Don&#39;t lock .net assemblies on disk, support re-loading them</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div><div class="tocItem"><a href="#toc_issue_12">12. <span class="tocTitle">[Status update] Don&#39;t lock .net assemblies on disk, support re-loading them</span>&nbsp;<span class="anchorMarker">&darr;</span></a></div></div><h4>ISSUES</h4><div class="topic"><a name="toc_issue_1"></a><div class="topicHeader"><span class="topicTitle">1. [New comment] Compiled .exe gives&#34;URI formats are not supported&#34;-error when importing pyVISA package</span> <a href="http://ironpython.codeplex.com/workitem/29967">view online</a></div><p>User debbes has commented on the issue:</p><p>"Yes, indeed. That did the trick for me to. Although it wasn&#39;t that obvious, I patched the ConfigParser.py file in my &#34;C&#58;&#92;Program Files&#92;IronPython 2.6 for .NET 4.0&#92;Lib&#34; folder like this&#58;<br /><br />Search for the only instance&#58;<br /><br />fp &#61; open&#40;filename&#41;<br /><br />and replace it with&#58;<br /><br />fp &#61; open&#40;str&#40;filename&#41;.strip&#40;r&#34;file&#58;&#47;&#47;&#47;&#34;&#41;&#41;<br /><br />Maybe it has to do with calling a file like that inside a .dll file, that&#39;s causing the problem&#63;<br />"</p></div><div class="topic"><a name="toc_issue_2"></a><div class="topicHeader"><span class="topicTitle">2. [New comment] Inconsistent Behavior of &#37;d in string substitution</span> <a href="http://ironpython.codeplex.com/workitem/31049">view online</a></div><p>User slide_o_mix has commented on the issue:</p><p>"Fixed in https&#58;&#47;&#47;github.com&#47;slide&#47;IronLanguages&#47;commit&#47;96095e9475836b9050a1f75829bb5bc971197932"</p></div><div class="topic"><a name="toc_issue_3"></a><div class="topicHeader"><span class="topicTitle">3. [New comment] HowTo&#58; Debug embedded IPy code in C&#35; application</span> <a href="http://ironpython.codeplex.com/workitem/30623">view online</a></div><p>User slide_o_mix has commented on the issue:</p><p>"This isn&#39;t really an &#34;Issue&#34; in the sense that we use this Issue Tracker for. Please submit your question to the mailing list."</p></div><div class="topic"><a name="toc_issue_4"></a><div class="topicHeader"><span class="topicTitle">4. [Status update] HowTo&#58; Debug embedded IPy code in C&#35; application</span> <a href="http://ironpython.codeplex.com/workitem/30623">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Proposed to Closed with the following comment, <br /><br />"Please submit questions to the mailing list."</p></div><div class="topic"><a name="toc_issue_5"></a><div class="topicHeader"><span class="topicTitle">5. [New comment] Load and Unload DLL</span> <a href="http://ironpython.codeplex.com/workitem/30305">view online</a></div><p>User slide_o_mix has commented on the issue:</p><p>"This is a question, not an issue. Please submit your question to the mailing list."</p></div><div class="topic"><a name="toc_issue_6"></a><div class="topicHeader"><span class="topicTitle">6. [Status update] Load and Unload DLL</span> <a href="http://ironpython.codeplex.com/workitem/30305">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Proposed to Closed with the following comment, <br /><br />"Please submit questions to the mailing list."</p></div><div class="topic"><a name="toc_issue_7"></a><div class="topicHeader"><span class="topicTitle">7. [New comment] IronPython Grammar</span> <a href="http://ironpython.codeplex.com/workitem/29200">view online</a></div><p>User slide_o_mix has commented on the issue:</p><p>"This is a question not an issue, please submit it to the mailing list."</p></div><div class="topic"><a name="toc_issue_8"></a><div class="topicHeader"><span class="topicTitle">8. [Status update] IronPython Grammar</span> <a href="http://ironpython.codeplex.com/workitem/29200">view online</a></div><p>User slide_o_mix has updated the issue:</p><p>Status has changed from Proposed to Closed with the following comment, <br /><br />"Please submit questions to the mailing list."</p></div><div class="topic"><a name="toc_issue_9"></a><div class="topicHeader"><span class="topicTitle">9. [New comment] Typo</span> <a href="http://ironpython.codeplex.com/workitem/28772">view online</a></div><p>User slide_o_mix has commented on the issue:</p><p>"Fixed in https&#58;&#47;&#47;github.com&#47;slide&#47;IronLanguages&#47;commit&#47;f1894ae6e0abc10111c9aab94076083519798619"</p></div><div class="topic"><a name="toc_issue_10"></a><div class="topicHeader"><span class="topicTitle">10. [New comment] Scope is not remembered after an import</span> <a href="http://ironpython.codeplex.com/workitem/30955">view online</a></div><p>User slide_o_mix has commented on the issue:</p><p>"Can we close this as not an issue then&#63;"</p></div><div class="topic"><a name="toc_issue_11"></a><div class="topicHeader"><span class="topicTitle">11. [New issue] Don&#39;t lock .net assemblies on disk, support re-loading them</span> <a href="http://ironpython.codeplex.com/workitem/31090">view online</a></div><p>User dinov has proposed the issue:</p><p>"From the Ipy mailing list&#58;<br /><br />Hi.  I&#39;m replying to a thread I saw from May that discussed adding DLLs from the project search paths to the list of DLLs to index for Intellisense.  This appears to be implemented in the most recent of PTVS, which I&#39;m using.<br /><br />My problem is that I&#39;m developing C&#35; classes and their Python subclasses in tandem.  I really want to be able to add my C&#35; bin&#47;Debug directory to the Python search path.  I can do this, and when I do, I get the Intellisense I want in Python-land, but something &#40;the Intellisense indexer&#63;&#41; locks all the DLLs in that directory so they can&#39;t be overwritten when I try to build the C&#35; library.  Are there any PTVS developers here who can say whether that can be easily fixed&#63;  Does the indexer really need to lock those files&#63;<br /><br />Thanks in advance,<br /><br />Andrew<br />---<br /><br />We should also watch them and reload the assemblies and we shouldn&#39;t load them into the VS app domain."</p></div><div class="topic"><a name="toc_issue_12"></a><div class="topicHeader"><span class="topicTitle">12. [Status update] Don&#39;t lock .net assemblies on disk, support re-loading them</span> <a href="http://ironpython.codeplex.com/workitem/31090">view online</a></div><p>User DinoViehland has updated the issue:</p><p>Status has changed from Proposed to Closed with the following comment, <br /><br />"opened on wrong project"</p></div><div class="footer"><p>You are receiving this email because you subscribed to notifications on CodePlex.</p><p>To report a bug, request a feature, or add a comment, visit <a href="http://ironpython.codeplex.com/workitem/list/basic">IronPython Issue Tracker</a>. You can <a href="https://ironpython.codeplex.com/subscriptions/workitem/project/edit">unsubscribe or change your issue notification settings</a> on CodePlex.com.</p></div></div></body></html>