gustvcz

Results 1 comments of gustvcz

For Ubuntu 22.04. I add what @WeedStasha said. Modifying the following file: makehuman/core/guicommon.py in line 145: change collections to collections.abc ` if not self._view or not isinstance(self._view, collections.abc.Callable): ` And...