[ZODB-Dev] zodb - first attempt
fritz steindl
zope@floSoft.net
Mon, 10 Feb 2003 22:48:01 +0100
Am Montag, 10. Februar 2003 18:18 erhalten:
> On Mon, Feb 10, 2003 at 05:43:04PM +0100, fritz steindl wrote:
> > Traceback (most recent call last):
> > File "C:\Python21\myZopeDB\zodbTest.py", line 1, in ?
> > from ZODB import FileStorage, DB
> > File "C:\Python21\ZODB\__init__.py", line 18, in ?
> > import cPersistence, Persistence
> > SystemError: _PyImport_FixupExtension: module ZODB.TimeStamp not loaded
> >
> > can somebody please lead me to the right way ...
>
> This is a know problem with Python 2.1 and 2.1.1; using version 2.1.3
> *should* solve this, though I'm not sure what the situation is on
> Windows. Can you test with 2.1.3?
>
> Take care,
that was it ...
an upgrade to python 2.1.3 and all errors were gone
and the first example works :-)
thank you
fritz
(-:fs)