Open
Description
So When I was running this program using python version 3.12.x I got an error saying distutlis no module is there
Tried Installing through pip, but then I realized that this module is no longer available for that version and its integrated in another package
So For This simple Fix
pip install setuptools
And The Issue was in this file : browser_settings_tab.py
add this line of code in that file for fixing it
from setuptools._distutils.util import strtobool
Metadata
Metadata
Assignees
Labels
No labels