[Pythonmac-SIG] Python 1.5.2c says mxDateTime "too new"?
savageb
savageb@pacbell.net
Mon, 11 Oct 1999 17:54:28 -0700
Hello,
I am having a hard time getting mxDateTime to run with Python 1.5.2c1. Joe,
I seem to remember getting an error like this before, but I looked back
through the sig archives and didn't see any mention of it. I'm hoping you or
someone else knows what this means:
Python 1.5.2c1 (#56, Apr 12 1999, 14:19:52) [CW PPC w/GUSI w/MSL]
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> import DateTime
Traceback (innermost last):
File "<stdin>", line 1, in ?
File "Henrietta:Utilities:Python 1.5.2c1:Extensions:DateTime:DateTime.py",
line 8, in ?
from mxDateTime import *
File "Henrietta:Utilities:Python 1.5.2c1:Extensions:DateTime:__init__.py",
line 7, in ?
__package_info__ = """
ImportError: PythonCore: An import library was too new for a client.
>>>
-thx, Bob