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.
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: pendi
Charles M Norton added the comment:
Solved. I needed to download a separate packed. Thanks.
--
___
Python tracker
<http://bugs.python.org/issue9813>
___
___
Pytho