New submission from Charles M Norton <old_road_f...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue9813> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com