我在 Windows 11 上使用 Python 和 PyCharm。我最近从 Python 3.12 升级到 Python 3.13。 在 PyCharm 中运行时,我现在收到错误
_tkinter.TclError: Can't find a usable init.tcl in the following directories:
C:/Users/kbens/AppData/Local/Programs/Python/Python313/lib/tcl8.6 {C:/Users/kbens/OneDrive/Earnie TradeBot/Code/Earnie/.venv/lib/tcl8.6} {C:/Users/kbens/OneDrive/Earnie TradeBot/Code/Earnie/lib/tcl8.6} {C:/Users/kbens/OneDrive/Earnie TradeBot/Code/Earnie/.venv/library} {C:/Users/kbens/OneDrive/Earnie TradeBot/Code/Earnie/library} {C:/Users/kbens/OneDrive/Earnie TradeBot/Code/Earnie/tcl8.6.14/library} {C:/Users/kbens/OneDrive/Earnie TradeBot/Code/tcl8.6.14/library}
This probably means that Tcl wasn't installed properly.
根据我看到的其他帖子,我安装了最新的 Tcl。 没有什么区别。
Traceback (most recent call last):
_tkinter.TclError:在以下目录中找不到可用的init.tcl:
这可能意味着 Tcl 没有正确安装。
我面临同样的错误。如果有人知道,分享解决方案。我还使用了最新版本的 python、PyCharm 和 FreeSimpleGUI 5.1.1 谢谢你