whamoo wrote: > 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?
Correct. The 2.3 plistlib depends on PyXML for iso8601, and even then support for that is spotty. However, you can grab 2.4's plistlib from CVS: http://cvs.sourceforge.net/viewcvs.py/*checkout*/python/python/dist/src/ Lib/plat-mac/plistlib.py Just _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig