internetarchive/infogami

Python 3: No module named 'UserDict'

Closed this issue · 0 comments

See: http://python3porting.com/problems.html#replacing-userdict

infogami/utils/storage.py:7: in <module>
    from UserDict import DictMixin
E   ModuleNotFoundError: No module named 'UserDict'

We will also run into this in OpenLibrary at https://github.com/internetarchive/openlibrary/blob/master/openlibrary/plugins/upstream/utils.py#L6