Berkeley DB and Python version.
Skip Montanaro
skip at pobox.com
Fri Feb 7 10:20:19 EST 2003
More information about the Python-list mailing list
Fri Feb 7 10:20:19 EST 2003
- Previous message (by thread): Berkeley DB and Python version.
- Next message (by thread): Math help needed - Warning complex equation!!....read only if brain is in stable conditon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Berkeley DB and Python version.
- Next message (by thread): Math help needed - Warning complex equation!!....read only if brain is in stable conditon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list