[IronPython] Module issue?

Dino Viehland dinov at exchange.microsoft.com
Thu Jun 29 19:07:55 CEST 2006


This is a bug - we're missing the datetime class.

I've opened bug http://www.codeplex.com/WorkItem/View.aspx?ProjectName=IronPython&WorkItemId=676 for this and we should be able to get it implemented for the next release.

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Davy Mitchell
Sent: Thursday, June 29, 2006 4:50 AM
To: Discussion of IronPython
Subject: [IronPython] Module issue?

Hi Everyone,

On standard Python this script produces '<type 'datetime.datetime'>':
import datetime
print datetime.datetime

On IronPython 'AttributeError: 'module' object has no attribute 'datetime'....
import sys
sys.path.append("c:/Python24/Lib")
import datetime
print datetime.datetime

I am trying to get Kirbybase to run on IronPython - no idea why it needs to use datetime.datetime !!

Thanks
Davy Mitchell

Mood News
 - BBC News Headlines Auto-Classified as   Good,   Bad or   Neutral.
 http://www.latedecember.com/sites/moodnews/
_______________________________________________
users mailing list
users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list