[Ironpython-users] IronPython, Daily Digest 7/10/2013

CodePlex no_reply at codeplex.com
Thu Jul 11 09:19:06 CEST 2013


Hi ironpython,

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

In today's digest:ISSUES

1. [New issue] ironpython engine can not access the member of the clr object inherited from the base class.
2. [New issue] no module named dateutil : error

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

ISSUES

1. [New issue] ironpython engine can not access the member of the clr object inherited from the base class.
http://ironpython.codeplex.com/workitem/34244
User yulinlover has proposed the issue:

"such as,i have two clr-type class def:
public interface IBaseClass
{
     String Context{get;set;}

}

public class MyClass:IBaseClass
{
     void Print();

}

when i import the object above, i can not access the Context Attribute of the MyClass Object;"-----------------

2. [New issue] no module named dateutil : error
http://ironpython.codeplex.com/workitem/34246
User vishnuaggarwal has proposed the issue:

"Hello Sir

We have faced an error while executing the python script in c#, we gets an error no module named dateutil

how can we import dateutil in ironphyton , please suggest it

is there are any installer or library needed for this

we using import time in our script file

import os
parentdir = os.path.dirname(os.path.dirname(os.path.abspath(file)))
os.sys.path.insert(0,parentdir)
import time


regards
vishnu aggarwal"
----------------------------------------------



----------------------------------------------
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/20130711/230f5663/attachment.html>


More information about the Ironpython-users mailing list