Skip to content

distutils module Error in python(3.12+) #613

Open
@BlackHawk616

Description

@BlackHawk616

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions