weixin_39605414 2020-11-20 23:27
浏览 1

init.tcl not found

Original report by Anonymous.

I'm running Thonny on Linux Mint 17.3 Rosa 64bit with Python 3.4. Thonny works fine with non-GUI scripts, but gives me an error message when I run scripts that use tkinter:

_tkinter.TclError: Can't find a usable init.tcl in the following directories: /home/aivar/pythonny/lib/tcl8.6 /usr/lib/tcl8.6 /lib/tcl8.6 /usr/library /library /tcl8.6.6/library /tcl8.6.6/library

init.tcl exists in /home//apps/thonny/lib/tcl8.6 (where is my login).

Any suggestions? Thanks James

该提问来源于开源项目:thonny/thonny

  • 写回答

9条回答 默认 最新

  • weixin_39605414 2020-11-20 23:27
    关注

    Are you using Thonny+Python bundle (with default settings?), or you installed Thonny on system Python? (With pip?)

    评论

报告相同问题?