On Aug 5, 2009, at 9:05 AM, C. Titus Brown wrote:
> > Hi all, > > on my laptop, I don't have the bsddb module installed for python2.6, > and > so I get this warning, > > ... > File "/Users/t/dev/pygr/pygr/dbfile.py", line 104, in __iter__ > return iter(self.dict) > TypeError: 'dbm.dbm' object is not iterable Curious. anydbm tries its possible backends in the following order: ['dbhash', 'gdbm', 'dbm', 'dumbdbm'] Apparently neither dbhash nor gdbm is working on your laptop? -- Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
