Cannot install gdbm for python3.5?

clipboard.png
pythonconmmandnotfound.pygdbm



clipboard.png

clipboard.png


The gdbm module has been renamed to dbm.gnu in Python 3. The 2to3 tool will automatically adapt imports when converting your sources to Python 3.
The

gdbm module has been renamed to dbm.gnu in Python3. When you convert the source code to Python 3, the 2to3 tool automatically adjusts the import.

see

python.org/2/library/gdbm.html" rel=" nofollow noreferrer "> https://docs.python.org/2/lib.

Menu