Python 2.6 & bsddb

G

garyr

I recently installed ActivePython 2.6.6 and my programs that use anydbm or
shelve generate import errors because bsddb is missing. I installed bsddb3
(bsddb3-5.0.0.win32-py2.6.exe) but that didn't change anything. What more do
I need to do?
 
S

Sridhar Ratnakumar

I recently installed ActivePython 2.6.6 and my programs that use anydbm or
shelve generate import errors because bsddb is missing. I installed bsddb3
(bsddb3-5.0.0.win32-py2.6.exe) but that didn't change anything. What more do
I need to do?

You may have to change the imports. Maybe from "import bsddb" to "import bsddb3". The API may be different. Read the bsddb3 documentation.

-srid
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top