Le 22/04/05 12:19, « whamoo » <[EMAIL PROTECTED]> a écrit : > i'm writing a program that must use the python 2.3 shipped with apple, > and i'm using the plistlib, but seem that the panther native version of > python doesn't have module named utils.iso8601..... Can someome confirm > this please? > > I'm get this error with the base ship python: > > Traceback (most recent call last): [...] > "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/ > python2.3/plat-mac/plistlib.py", line 270, in __init__ > from xml.utils.iso8601 import parse > ImportError: No module named utils.iso8601 > > Obviously i don't have this error on python2.4
fgranger:~ fgranger$ python Python 2.3 (#1, Sep 13 2003, 00:49:11) [GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from xml.utils.iso8601 import parse Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: No module named utils.iso8601 >>> Same here -- Convert from markup to markup: http://fgranger.net1.nerim.net/mtom/ _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig