使用 pyinstaller 从 webpy 构建 exe
use pyinstaller to build exe from webpy
我正在尝试使用“pyinstaller”将我的“webpycode.py”转换为类似“webpycode.exe',
而且我确实已经成功创建了 webpycode.exe。
当我执行它时,我得到了这个 telling me the inter face is 8080 ("http://0.0.0.0:8080/")
但是当我访问这个 8080 时,我得到了一个 ImportError: No module named webpycode
here is the detailed pic
P.S。当我直接使用'webpycode.py'时,我可以毫无问题地访问8080。一切正常。所以我假设 webpy 和 pyinstaller
之间有一些我不知道的东西
其实我的母语不是英语,但我一直在寻找答案一整天,一无所获useful.Therefore,我来到Whosebug希望有人能帮助我。请帮忙
任何东西都可能有用。
这对我有用:
pyinstaller.exe webcode.py --hidden-import=webcode
我正在尝试使用“pyinstaller”将我的“webpycode.py”转换为类似“webpycode.exe', 而且我确实已经成功创建了 webpycode.exe。 当我执行它时,我得到了这个 telling me the inter face is 8080 ("http://0.0.0.0:8080/")
但是当我访问这个 8080 时,我得到了一个 ImportError: No module named webpycode here is the detailed pic
P.S。当我直接使用'webpycode.py'时,我可以毫无问题地访问8080。一切正常。所以我假设 webpy 和 pyinstaller
之间有一些我不知道的东西其实我的母语不是英语,但我一直在寻找答案一整天,一无所获useful.Therefore,我来到Whosebug希望有人能帮助我。请帮忙
任何东西都可能有用。
这对我有用:
pyinstaller.exe webcode.py --hidden-import=webcode