Skip to content

[BUG] - Error from example code #36

Description

@Underscore-163

Desktop (please complete the following information):

  • OS [e.g. Fedora, Ubuntu, Windows]: Windows 11 Home
  • Python Version [e.g. 3.7]: 3.13.9
  • Install Type [e.g. via pip, via git]: pip

Describe the bug:
A clear and concise description of what the bug is.
whenever I run the example from the readme, I get the following error from the module (I have removed one path for privacy, but it shouldn't affect the error). I have tried this both in and out of a venv and got the same results.

Traceback (most recent call last):
File "long_path/Mess/md.py", line 1, in
from tkintermd.frame import TkintermdFrame
File "C:\Users\reube\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0\LocalCache\local-packages\Python313\site-packages\tkintermd\frame.py", line 11, in
from tkinterweb.utilities import ScrolledTextBox
ImportError: cannot import name 'ScrolledTextBox' from 'tkinterweb.utilities' (C:\Users\reube\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0\LocalCache\local-packages\Python313\site-packages\tkinterweb\utilities.py)

To Reproduce:
Steps to reproduce the behavior:

  1. install the module
  2. paste the example code into a new file
  3. run the code

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions