tillmo/erpnext-client

ensure compatibility with Python 3.10

Opened this issue · 0 comments

tillmo commented

In Python 3.10 under Linux, you have this problem with importing Mapping from collections, caused by the import of (deprecated) attrdict in PySimpleGUIWx.

Possible solution: patch attrdict to import Mapping correctly.