Hi ironpython,

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

In today's digest:ISSUES

1. [New comment] Implement pyexpat module
2. [New issue] Add AssemblyFoldersEx paths for other platforms
3. [New comment] Add AssemblyFoldersEx paths for other platforms
4. [New issue] CallingDotNet example fails
5. [New comment] CallingDotNet example fails

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

ISSUES

1. [New comment] Implement pyexpat module
http://ironpython.codeplex.com/workitem/20023
User slide_o_mix has commented on the issue:

"Initial implementatiton in 8446d8b"-----------------

2. [New issue] Add AssemblyFoldersEx paths for other platforms
http://ironpython.codeplex.com/workitem/32749
User jdhardy has proposed the issue:

"Currently only .NET 4 projects can use the "Add Reference" dialog to add 
assemblies when IronPython is installed. Other project types have similar 
capabilities, so they should be supported as well.

.NET 2:
HKLM\SOFTWARE\Microsoft\.NETFramework\v2.0.50727

Silverlight:
HKLM\SOFTWARE\Microsoft\Microsoft SDKs\Silverlight\v4.0
HKLM\SOFTWARE\Microsoft\Microsoft SDKs\Silverlight\v5.0

WP7.1:
HKLM\SOFTWARE\Microsoft\Microsoft SDKs\Silverlight for 
WindowsPhone\v4.0"-----------------

3. [New comment] Add AssemblyFoldersEx paths for other platforms
http://ironpython.codeplex.com/workitem/32749
User jdhardy has commented on the issue:

"One issue is that, because AssemblyFoldersEx specifies the minimum assembly 
version, Silverlight 5 projects show all of the assemblies twice (once for SL4 
and once for SL5). However, IronPython uses the same assembly version for all 
platforms. That's unfortunate, but changing it now would be a breaking 
change."-----------------

4. [New issue] CallingDotNet example fails
http://ironpython.codeplex.com/workitem/32742
User at1087 has proposed the issue:

"The sample code for Calling Dot.Net fails ('CallingDotNet' object has no 
attribute 'Foo')
IronPython 2.7.3.1, 2.7.2.1 and 2.6.1 all failed the same way.
IronPython 2.0.1 works just fine.

code:
  static void Main(string[] args)
        {
            var engine = Python.CreateEngine();
            var scope = engine.CreateScope();

            scope.SetVariable("my_object_model", new CallingDotNet());


// the following line fails with  'CallingDotNet' object has no attribute 
'Foo') 
engine.CreateScriptSourceFromString("my_object_model.Foo(42)").Execute(scope);

        }"-----------------

5. [New comment] CallingDotNet example fails
http://ironpython.codeplex.com/workitem/32742
User slide_o_mix has commented on the issue:

"Where is the sample code you're describing?"
----------------------------------------------



----------------------------------------------
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.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to