Issue 9813: Module Name Changed (original) (raw)
Issue9813
Created on 2010-09-09 21:25 by octopusgrabbus, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Messages (5) | ||
---|---|---|
msg115976 - (view) | Author: Charles M Norton (octopusgrabbus) | Date: 2010-09-09 21:25 |
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? | ||
msg115977 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2010-09-09 21:34 |
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/ | ||
msg115978 - (view) | Author: Charles M Norton (octopusgrabbus) | Date: 2010-09-09 21:44 |
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? | ||
msg115980 - (view) | Author: Ned Deily (ned.deily) * ![]() |
Date: 2010-09-09 23:04 |
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. | ||
msg116022 - (view) | Author: Charles M Norton (octopusgrabbus) | Date: 2010-09-10 14:23 |
Solved. I needed to download a separate packed. Thanks. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:06 | admin | set | github: 54022 |
2010-09-10 14:23:45 | octopusgrabbus | set | messages: + |
2010-09-09 23:04:27 | ned.deily | set | status: open -> closednosy: + ned.deilymessages: + resolution: not a bug |
2010-09-09 21:44:04 | octopusgrabbus | set | status: pending -> openmessages: + |
2010-09-09 21:38:48 | brett.cannon | set | status: open -> pending |
2010-09-09 21:34:02 | vstinner | set | nosy: + vstinnermessages: + |
2010-09-09 21:25:43 | octopusgrabbus | create |