Closed handsomepwy closed 1 year ago
In virtualenv, PIL version is 10.0.0, the global environment is PIL 9.2.0
hey @handsomepwy,then you may need to downgrade your PIL version in the virtualenv
,probably a value might be changed in the latest PIL version(ie. CUBIC was replaced by BICUBIC)
# inside venv
pip uninstall Pillow
pip install Pillow==9.2.0
Well, that does solve the problem. I'm not sure, but I believe changing thw source code of ttkbootstrap shall be more suitable?
Check if #490 solved the problem
Desktop (please complete the following information):
newest version until 2023/8/10, 1.10.1 Win10 Python 3.10.11 in virtualenv
Describe the bug
In a virtualenv, I ran python3 -m ttkcreator, and I saw no outcome. So I ran python -m ttkcreator, and there's a bug. Then I ran python -m ttkcreator without virtualenv, the GUI appeared normally, but python3 -m ttkcreator still have no outcome.
To Reproduce
Expected behavior
expect the python3 command to appear GUI, expect python -m ttkcreator in virtualenv to appear GUI
Screenshots
seems that mosaic is useless :)
Additional context
genius GUI I should say. Btw, why does readthedocs have a Chinese version, quite curious.