我在玩eelPython 模块 - 提供了一个机会来运行带有 Python 功能的 HTML + CSS/JS。制作了一个简单的程序,尝试通过 PyInstaller 制作一个可执行文件。没有任何错误,但是在运行此可执行文件时,它会在第一行崩溃 - import eel,告诉 - there is no module called 'bottle-websocket'。我查了一下pip:eel,bottle-websocket都安装了。无法弄清楚是什么问题。附件:主要.py:import eelfrom os import patheel.init(path.dirname(__file__) + "/web")eel.start('main.html', block=False)while True: eel.sleep(10)错误:当我尝试启动 exe 时出现错误的
添加回答
举报
0/150
提交
取消