[ZODB-Dev] open/close pb

Tim Peters tim at zope.com
Fri Apr 23 13:24:39 EDT 2004


[Tim Peters]
...
> Just to be sure:
>
> >>> import ZODB
> >>> ZODB.__version__
> '3.3a3'
> >>>

Oops!  You won't see this.  You'll see this instead:

>>> import ZODB
>>> ZODB.__version__
'3.3a2'
>>>

The reason is the one I warned you about:

> It's possible that you have a PYTHONPATH problem, and aren't
> actually getting the version of ZODB you think you're getting.

I did have PYTHONPATH set to pick up a current CVS build of 3.3, where the
version number does display as '3.3a3'.  A bug in the actual 3.3a3 release
left ZODB.__version__ incorrectly set to '3.3a2'.  So you'll see 3.3a2 even
if you have 3.3a3 installed.

That said, I reran all the examples in my last email using the 3.3a3
release, with no difference in outcomes (still didn't see any warnings or
errors).




More information about the ZODB-Dev mailing list