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:
- install the module
- paste the example code into a new file
- run the code
Desktop (please complete the following information):
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: