Dear All, I am looking for your advise on the Berkeley DB dependence of pygr on Mac 10.5.6. It seems that default Framework installation of python does not have proper Berkley DB libraries. I would get import errors when trying to import bsddb, complaining that _bsddb was not present. After installing my own bsddb3 and py-bsddb I am able to import to via 'import bsddb3', however pygr code tries to import bsddb which still causes errors above. As a work around I edited all the import statements in pygr and anydbm w/ this: import bsddb3 as bsddb
This patched the problem for me, but I am looking to see if anyone else experienced similar problems and if there's a cleaner solution. Cheers, Alex --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---
