Berkeley DB and Python version.

Skip Montanaro skip at pobox.com
Fri Feb 7 10:20:19 EST 2003


    Corrado> Yes, I did. It seems it's all working properly. Anyway, I don't
    Corrado> think I'll use both the modules in the same script. :)

Maybe not, but there's no guarantee that the bsddb module won't get imported
as a side effect of other imports.  To see all the stuff which gets imported
that you never heard of, try running Python with the -v flag.

Skip





More information about the Python-list mailing list