[ZODB-Dev] ZODB3 3.3 alpha 1

Tim Peters tim at zope.com
Fri Jul 18 16:34:13 EDT 2003


[Christoph Devenoges]
> # uname -rms
> FreeBSD 5.0-RELEASE-p1 i386
>
> # python
> Python 2.3b2 (#1, Jul 17 2003, 22:57:13)
>
> Running unit tests from /tmp/downloads/python/ZODB3-3.3a1/build
> Error importing ZEO.tests.testAuth
> No module named fcntl
> Traceback (most recent call last):
>   File "/tmp/downloads/python/ZODB3-3.3a1/test.py", line 775, in ?
> process_args()
>
> <9 frames later...>
>
>       File
> "/tmp/downloads/python/ZODB3-3.3a1/build/lib.freebsd-5.0-RELEASE-p
> 1-i386-2.3/ZEO/zrpc/trigger.py",
> line 23, in ?
>     class trigger(asyncore.file_dispatcher):
>     AttributeError: 'module' object has no attribute 'file_dispatcher'
>
>
> it seems that freebsd python has some fcntl problems. has anybody
> else run into this?
>
> i was hoping to migrate to py 2.3 and zodb 3.3, looks like im in over
> my head again.

ZODB 3.3a1 makes the same use of fcntl as ZODB 3.2 -- in both cases, it's
just a couple lines in ZODB/lock_file.py.




More information about the ZODB-Dev mailing list