[Pythonmac-SIG] It is normal in python2.3 shipped with apple?

Fran ç ois Granger ml at fgranger.com
Fri Apr 22 15:53:16 CEST 2005


Le 22/04/05 12:19, « whamoo » <whamoo at rknet.it> 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/



More information about the Pythonmac-SIG mailing list