problems importing "bsddb"

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John D.

    problems importing "bsddb"

    We are using OpenBSD latest release of Python (2.3), and want to use the "bsddb" module. Our python release has a directory called "bsddb", but when we try and import it, it says
    [color=blue][color=green][color=darkred]
    >>> import bsddb[/color][/color][/color]
    Traceback (most recent call last):
    File "<stdin>", line 1, in ?
    File "/usr/local/lib/python2.3/bsddb/__init__.py", line 40, in ?
    import _bsddb
    ImportError: No module named _bsddb

    Where can I find this module, and how do I get it to work with my version of Python?

    Has anyone else had this problem?

    John



Working...