[Python-Dev] bsddb broken on Windows (original) (raw)
Tim Peters tim@zope.com
Tue, 19 Nov 2002 11:36:47 -0500
- Previous message: [Python-Dev] Licensing question
- Next message: [Python-Dev] bsddb broken on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Rev 1.38 of bsddbmodule.c changed the name of the module init function from
initbsddb
to
initbsddb185
I imagine that's what causes
import bsddb Traceback (most recent call last): File "", line 1, in ? ImportError: dynamic module does not define init function (initbsddb)
on Windows. Who understands what was intended here?
- Previous message: [Python-Dev] Licensing question
- Next message: [Python-Dev] bsddb broken on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]