tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

python2.5 and _bsddb



If you run python2.5 and and try to do an "import dbhash" you get this 
error:

lap3% python2.5
Python 2.5.2 (r252:60911, Apr 27 2008, 10:45:57)
[GCC 4.1.3 20080202 prerelease (NetBSD nb1 20080202)] on netbsd4
Type "help", "copyright", "credits" or "license" for more information.
>>> import dbhash
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/pkg/lib/python2.5/dbhash.py", line 5, in <module>
    import bsddb
  File "/usr/pkg/lib/python2.5/bsddb/__init__.py", line 51, in <module>
    import _bsddb
ImportError: No module named _bsddb
>>>


There doesn't appear to be any package that provides the _bsddb module and 
patch-am is doing something explicitly that disables it (or renames it - 
haven't really worked out what its doing) so is something missing here or 
broken?

cheers
mark


Home | Main Index | Thread Index | Old Index