This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author octopusgrabbus
Recipients octopusgrabbus
Date 2010-09-09.21:25:42
SpamBayes Score 0.00036921093
Marked as misclassified No
Message-id <1284067544.87.0.0157628070586.issue9813@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 2.6, I could import 
from mx.DateTime.ISO import ParseDateTimeUTC
With 2.7 I cannot.

Here is the error:

  File "util_lib.py", line 46, in <module>
    from mx.DateTime.ISO import ParseDateTimeUTC
ImportError: No module named mx.DateTime.ISO


What changes do I need to make, to import on pre-2.7 and 2.7?
History
Date User Action Args
2010-09-09 21:25:44octopusgrabbussetrecipients: + octopusgrabbus
2010-09-09 21:25:44octopusgrabbussetmessageid: <1284067544.87.0.0157628070586.issue9813@psf.upfronthosting.co.za>
2010-09-09 21:25:43octopusgrabbuslinkissue9813 messages
2010-09-09 21:25:42octopusgrabbuscreate