bsddb

Phil Frost indigo at bitglue.com
Wed Aug 4 20:56:39 EDT 2004


I'm guessing, but _bsddb is probably in Modules, called something like 
"bsddbmodule". It's common for a module written in Python to have a 
helper module written in C with the same name prefixed by an underscore.

Ajay Brar wrote:

> hi!
>
> when i do an import bsddb, it tries do do an import _bsddb
> i looked around Python23\Lib but couldn't find any _bsddp file....or 
> am i totally on the wrong track.
> the reason i am asking is, i am trying to port a Python app to a 
> pocket pc and python release for pocket pc does not have bsddb module.
>
> thanks
>
> cheers




More information about the Python-list mailing list