[Ironpython-users] IronPython, Daily Digest 7/28/2011

no_reply at codeplex.com no_reply at codeplex.com
Fri Jul 29 10:46:26 CEST 2011


Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New comment] Compiled .exe gives"URI formats are not supported"-error when importing pyVISA package
2. [New comment] Inconsistent Behavior of %d in string substitution
3. [New comment] HowTo: Debug embedded IPy code in C# application
4. [Status update] HowTo: Debug embedded IPy code in C# application
5. [New comment] Load and Unload DLL
6. [Status update] Load and Unload DLL
7. [New comment] IronPython Grammar
8. [Status update] IronPython Grammar
9. [New comment] Typo
10. [New comment] Scope is not remembered after an import
11. [New issue] Don't lock .net assemblies on disk, support re-loading them
12. [Status update] Don't lock .net assemblies on disk, support re-loading them

----------------------------------------------

ISSUES

1. [New comment] Compiled .exe gives"URI formats are not supported"-error when importing pyVISA package
http://ironpython.codeplex.com/workitem/29967
User debbes has commented on the issue:

"Yes, indeed. That did the trick for me to. Although it wasn't that obvious, I patched the ConfigParser.py file in my "C:\Program Files\IronPython 2.6 for .NET 4.0\Lib" folder like this:

Search for the only instance:

fp = open(filename)

and replace it with:

fp = open(str(filename).strip(r"file:///"))

Maybe it has to do with calling a file like that inside a .dll file, that's causing the problem?
"-----------------

2. [New comment] Inconsistent Behavior of %d in string substitution
http://ironpython.codeplex.com/workitem/31049
User slide_o_mix has commented on the issue:

"Fixed in https://github.com/slide/IronLanguages/commit/96095e9475836b9050a1f75829bb5bc971197932"-----------------

3. [New comment] HowTo: Debug embedded IPy code in C# application
http://ironpython.codeplex.com/workitem/30623
User slide_o_mix has commented on the issue:

"This isn't really an "Issue" in the sense that we use this Issue Tracker for. Please submit your question to the mailing list."-----------------

4. [Status update] HowTo: Debug embedded IPy code in C# application
http://ironpython.codeplex.com/workitem/30623
User slide_o_mix has updated the issue:
Status has changed from Proposed to Closed with the following comment, 

"Please submit questions to the mailing list."-----------------

5. [New comment] Load and Unload DLL
http://ironpython.codeplex.com/workitem/30305
User slide_o_mix has commented on the issue:

"This is a question, not an issue. Please submit your question to the mailing list."-----------------

6. [Status update] Load and Unload DLL
http://ironpython.codeplex.com/workitem/30305
User slide_o_mix has updated the issue:
Status has changed from Proposed to Closed with the following comment, 

"Please submit questions to the mailing list."-----------------

7. [New comment] IronPython Grammar
http://ironpython.codeplex.com/workitem/29200
User slide_o_mix has commented on the issue:

"This is a question not an issue, please submit it to the mailing list."-----------------

8. [Status update] IronPython Grammar
http://ironpython.codeplex.com/workitem/29200
User slide_o_mix has updated the issue:
Status has changed from Proposed to Closed with the following comment, 

"Please submit questions to the mailing list."-----------------

9. [New comment] Typo
http://ironpython.codeplex.com/workitem/28772
User slide_o_mix has commented on the issue:

"Fixed in https://github.com/slide/IronLanguages/commit/f1894ae6e0abc10111c9aab94076083519798619"-----------------

10. [New comment] Scope is not remembered after an import
http://ironpython.codeplex.com/workitem/30955
User slide_o_mix has commented on the issue:

"Can we close this as not an issue then?"-----------------

11. [New issue] Don't lock .net assemblies on disk, support re-loading them
http://ironpython.codeplex.com/workitem/31090
User dinov has proposed the issue:

"From the Ipy mailing list:

Hi.  I'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'm using.

My problem is that I'm developing C# classes and their Python subclasses in tandem.  I really want to be able to add my C# bin/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 (the Intellisense indexer?) locks all the DLLs in that directory so they can't be overwritten when I try to build the C# library.  Are there any PTVS developers here who can say whether that can be easily fixed?  Does the indexer really need to lock those files?

Thanks in advance,

Andrew
---

We should also watch them and reload the assemblies and we shouldn't load them into the VS app domain."-----------------

12. [Status update] Don't lock .net assemblies on disk, support re-loading them
http://ironpython.codeplex.com/workitem/31090
User DinoViehland has updated the issue:
Status has changed from Proposed to Closed with the following comment, 

"opened on wrong project"
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue Tracker. You can unsubscribe or change your issue notification settings on CodePlex.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20110729/1e5c96fc/attachment.html>


More information about the Ironpython-users mailing list