Skip to content

ModuleNotFoundError: No module named 'tktooltip' #3

Description

@MarkusHackspacher

I cannot reopen #1, adding requirements.txt is tktooltip.
But tktooltip is not working for harnessIT.
And https://pypi.org/project/tkinter-tooltip/ is not working.
ktooltip: ERROR: No matching distribution found for ktooltip

> py -3.12 -m pip install tktooltip
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: tktooltip in site-packages (1.2.0)

> py -3.12 .\main.py
pygame 2.6.1 (SDL 2.28.4, Python 3.12.10)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
  File "harnessIT-master\main.py", line 1, in <module>
    from HarnessITwindow import main
  File "harnessIT-master\HarnessITwindow.py", line 14, in <module>
    import HarnessComponentProperties
  File harnessIT-master\HarnessComponentProperties.py", line 7, in <module>
    import tktooltip
ModuleNotFoundError: No module named 'tktooltip'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions