<html>
<body>
Hi,<br>
I have installed Python v 2.3.3 and ZODB v 3.2.3 in order to test ZODB
standalone. <br>
The test program failed during DB init with a TimeStamp type
conflict.&nbsp; <br><br>
 From what I see the DB and BaseStorage code setup the conflict; but I
can't get to the solution.<br>
No joy in the archives.&nbsp; Would someone help a simple mind
~8^)&nbsp;&nbsp; Thanks, Marty<br><br>
<u>zodbTest.py<br>
</u>&nbsp; from ZODB import FileStorage, DB<br>
&nbsp; storage = FileStorage.FileStorage('c:\\EbelInc Project\\Data
Migration\\Test.fs') <br>
&nbsp; db = DB(storage)<br><br>
&nbsp;&nbsp;&nbsp;&nbsp; Inappropriate argument type: argument 1 must be
TimeStamp, not persistent.TimeStamp<br>
&nbsp;&nbsp;&nbsp;&nbsp; Traceback (innermost last):<br>
&nbsp;&nbsp;&nbsp;&nbsp; File &quot;&lt;string&gt;&quot;, line 1, in
?<br>
&nbsp;&nbsp;&nbsp;&nbsp; File &quot;c:\EbelInc Project\Data
Migration\data transformation\zodbTest.py&quot;, line 4, in ?<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; db = DB(storage)<br>
&nbsp;&nbsp;&nbsp;&nbsp; File
&quot;C:\Python23\Lib\site-packages\ZODB\DB.py&quot;, line 97, in
__init__<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; storage.tpc_begin(t)<br>
&nbsp;&nbsp;&nbsp;&nbsp; File
&quot;C:\Python23\Lib\site-packages\ZODB\BaseStorage.py&quot;, line 165,
in tpc_begin<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; self._ts = t =
t.laterThan(self._ts)<br><br>
&nbsp; conn = db.open()<br>
&nbsp; dbroot = conn.root()<br>
&nbsp; .<br>
&nbsp; .<br>
&nbsp; .</body>
</html>