[IronPython] Module issue?

Davy Mitchell daftspaniel at gmail.com
Thu Jun 29 13:49:48 CEST 2006


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/



More information about the Ironpython-users mailing list