When using cx_Freeze and tkinter I get: “DLL load failed: The specified module could not be found.” (Python 3.5.3)

后端 未结 3 1629
梦如初夏
梦如初夏 2020-12-01 13:15

When using cx_Freeze and Tkinter, I am given the message:

File \"C:\\Users\\VergilTheHuragok\\AppData\\Local\\Programs\\Python\\Python35-32\\lib\\tkinter\\__         


        
3条回答
  •  忘掉有多难
    2020-12-01 14:04

    image

    to solve this problem just copy the files 1.tcl86t.dll 2.tk86t.dll from this path C:\Users\h280126\AppData\Local\Programs\Python\Python36-32\DLLs and placed in our .exe path C:\Users\h280126\PycharmProjects\my_tool\build\exe.win32-3.6 it is working fine :)

提交回复
热议问题