RE: [ZODB-Dev] ZODB for Python 2.3
by Tim Peters other posts by this author
Aug 13 2003 9:06PM messages near this date
[ZODB-Dev] ZODB for Python 2.3
|
[ZODB-Dev] Dont let your loans kill you![]-32
[Günter Walser]
> I just wanted to install ZODB for PY 2.3 and it refuses, it can only
> find PY 2.2. Are there plans for updating the installation procedure
> or shall I try to manipulate the registry?
Which operating system? Since you mention "the registry", I assume it's
some flavor of Windows. If that's the case, the only way to use ZODB with
Python 2.3 is to compile ZODB's C extensions from source with Python 2.3 --
extensions compiled for one minor release of Python on Windows cannot be
used with any other minor release ("minor release" == the second digit, so,
e.g., 2.2.2 and 2.2.3 are the same minor release, but 2.2.i and 2.3 are
different minor releases).
Zope Corp doesn't yet officially support running with Python 2.3, so for now
doesn't ship any Zope2 or ZODB3 packages compiled for use with Python 2.3 on
Windows.
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/
ZODB-Dev mailing list - ZODB-Dev@[...].org
http://mail.zope.org/mailman/listinfo/zodb-dev
Thread:
Guenter Walser
Tim Peters
|