[issue9813] Module Name Changed

2010-09-10 Thread Charles M Norton
Charles M Norton added the comment: Solved. I needed to download a separate packed. Thanks. -- ___ Python tracker ___ ___ Python-bugs-

[issue9813] Module Name Changed

2010-09-09 Thread Ned Deily
Ned Deily added the comment: Suggest you post your issue on the egenix-users mailing list (described here http://www.egenix.com/support/mailing-lists/) first and return here if there is agreement there that there might be a problem with a current version of Python itself. -- nosy: +n

[issue9813] Module Name Changed

2010-09-09 Thread Charles M Norton
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

[issue9813] Module Name Changed

2010-09-09 Thread Brett Cannon
Changes by Brett Cannon : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue9813] Module Name Changed

2010-09-09 Thread STINNER Victor
STINNER Victor added the comment: Do you think that it is a Python bug? You should first try to report a bug on eGenenix bug tracker: http://www.egenix.com/services/support/ -- nosy: +haypo ___ Python tracker

[issue9813] Module Name Changed

2010-09-09 Thread Charles M Norton
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 change