[Ironpython-users] IronPython, Daily Digest 12/10/2014

CodePlex no_reply at codeplex.com
Thu Dec 11 09:25:27 CET 2014


Hi ironpython,

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

In today's digest:ISSUES

1. [Status update] Implement rest of __builtin__ module
2. [New issue] Error happend  when  Acess MSproject by  IronPython 2.7.x

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

ISSUES

1. [Status update] Implement rest of __builtin__ module
http://ironpython.codeplex.com/workitem/17453
User slide_o_mix has updated the issue:
Status has changed from Proposed to Closed with the following comment, 

"Issue migrated to GitHub"-----------------

2. [New issue] Error happend  when  Acess MSproject by  IronPython 2.7.x
http://ironpython.codeplex.com/workitem/35744
User wangzhongtian has proposed the issue:

"detail information is as below:

IronPython 2.7.5 (2.7.5.0) on .NET 4.0.30319.18444 (32-bit)
Type "help", "copyright", "credits" or "license" for more information.



import clr
clr.AddReferenceByPartialName("Microsoft.Office.Interop.MSProject")
from Microsoft.Office.Interop.MSProject import ApplicationClass
w = ApplicationClass()
print(w)
<Microsoft.Office.Interop.MSProject.ApplicationClass object at 0x000000000000002
B [Microsoft.Office.Interop.MSProject.ApplicationClass]>
w.Visible
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NotImplementedError: 未实现该方法或操作。


"
----------------------------------------------



----------------------------------------------
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/20141211/32c95284/attachment.html>


More information about the Ironpython-users mailing list