[issue9813] Module Name Changed
New submission from Charles M Norton : 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 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 <http://bugs.python.org/issue9813> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue9813] Module Name Changed
Charles M Norton added the comment: The download page said to report problems here. I don't know whether this is a bug or not. The problem exists in 2.66, but not in 2.6.5. I'm looking for a workaround. If not, here, where should I post my request? -- status: pending -> open ___ Python tracker <http://bugs.python.org/issue9813> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue9813] Module Name Changed
Charles M Norton added the comment: Solved. I needed to download a separate packed. Thanks. -- ___ Python tracker <http://bugs.python.org/issue9813> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com