Any more updates on install/building wxPython 4.2 on Ubuntu 22.04
I keep getting this:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-_6o4gtn8/wxPython/setup.py", line 27, in <module>
from buildtools.config import Config, msg, opj, runcmd, canGetSOName, getSOName
File "/tmp/pip-install-_6o4gtn8/wxPython/buildtools/config.py", line 30, in <module>
from attrdict import AttrDict
File "/home/travis/virtualenv/python3.10.5/lib/python3.10/site-packages/attrdict/__init__.py", line 5, in <module>
from attrdict.mapping import AttrMap
File "/home/travis/virtualenv/python3.10.5/lib/python3.10/site-packages/attrdict/mapping.py", line 4, in <module>
from collections import Mapping
ImportError: cannot import name 'Mapping' from 'collections' (/opt/python/3.10.5/lib/python3.10/collections/__init__.py)
attrdict seems to be an archived project these days: