On Wed, Aug 05, 2009 at 02:25:51PM -0700, Christopher Lee wrote:
-> 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?

Yep, can't import either one.  (Under py2.6.  py2.5 works just fine ;)

--t
-- 
C. Titus Brown, [email protected]

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to