Python DBM Module for Windows?

前端 未结 4 1651
盖世英雄少女心
盖世英雄少女心 2021-01-12 06:44

I would like to use the dbm module on my Windows machine, but it is currently only supported on Unix. http://docs.python.org/library/dbm.html

Does anyone know of a s

4条回答
  •  不要未来只要你来
    2021-01-12 07:10

    Actually, after more googling around, I found this:

    http://docs.python.org/library/anydbm.html#module-anydbm

    I've tried this on windows and it seems to be working fine =)

提交回复
热议问题