While writing to a shelve object I encountered a problem, where I cannot write more records. I get HASH: Out of overflow pages. Increase page size
followed by _dbm.error: cannot add item to database
. Problem occurs on both macos Sierra and earlier os x el capitan. I use python3, anaconda version. The same code works on ubuntu without problems.
Is there some 3rd party module that would work like shelve, but actually work on OSX? This would be a great workaround before getting it to actually work. I'm working with tinydb
now, but it's not quite the same.
Asked
Active
Viewed 594 times
7

fulaphex
- 2,879
- 3
- 19
- 26
-
1What is the output of `python3 --version`? – Apr 24 '17 at 15:57
-
1`python --version` `Python 3.6.1 :: Anaconda custom (x86_64)` – fulaphex Apr 24 '17 at 16:10
-
1Please consider showing us a [mcve] and the full exception error messages. – boardrider Apr 25 '17 at 07:10