[issue9813] Module Name Changed

Charles M Norton report at bugs.python.org
Thu Sep 9 23:25:44 CEST 2010


New submission from Charles M Norton <old_road_farm at verizon.net>:

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?

----------
components: Library (Lib)
messages: 115976
nosy: octopusgrabbus
priority: normal
severity: normal
status: open
title: Module Name Changed
type: compile error
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9813>
_______________________________________


More information about the Python-bugs-list mailing list