Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 tkinter 中制作了一个桌面应用程序,它运行正常,但是当使用 pyinstaller 将项目转换为 Window exe 时它不起作用。它给出了导入错误
现在,当我安装Microsoft Visual c++ 2015 Redistributable时,这个错误得到了解决,但这对我来说不是一个解决方案,因为我的软件必须安装在数百台机器上。 有没有一种方法可以在我的项目内部使用microsoft visual c++ 2015 可再发行 DLL 而无需安装它们?
感谢阅读:D