{"id":224,"date":"2023-05-23T15:50:59","date_gmt":"2023-05-23T07:50:59","guid":{"rendered":"https:\/\/www.zhidianwl.com\/zhidian\/?p=224"},"modified":"2023-05-23T15:50:59","modified_gmt":"2023-05-23T07:50:59","slug":"eel%e6%89%93%e5%8c%85%e6%88%90exe%e6%9c%89%e4%bb%80%e4%b9%88%e4%bc%98%e5%8a%bf%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/www.zhidianwl.com\/zhidian\/2023\/224\/","title":{"rendered":"eel\u6253\u5305\u6210exe\u6709\u4ec0\u4e48\u4f18\u52bf\uff1f"},"content":{"rendered":"

Eel\u662f\u4e00\u4e2a\u57fa\u4e8ePython\u7684\u8f7b\u91cf\u7ea7Web\u6846\u67b6\uff0c\u5b83\u7684\u4e3b\u8981\u76ee\u7684\u662f\u7b80\u5316Python Web\u5e94\u7528\u7a0b\u5e8f\u7684\u5f00\u53d1\u3002\u4e0e\u5176\u4ed6Web\u6846\u67b6\u4e0d\u540c\u7684\u662f\uff0cEel\u53ef\u4ee5\u5c06Python\u811a\u672c\u6253\u5305\u4e3a\u72ec\u7acb\u7684\u53ef\u6267\u884c\u6587\u4ef6\uff0c\u8fd9\u6837\u5c31\u53ef\u4ee5\u5728\u6ca1\u6709Python\u73af\u5883\u7684\u8ba1\u7b97\u673a\u4e0a\u8fd0\u884c\u8fd9\u4e9bPython\u5e94\u7528\u7a0b\u5e8f\u3002\u8fd9\u7bc7\u6587\u7ae0\u5c06\u4ecb\u7ecd\u5982\u4f55\u4f7f\u7528Eel\u5c06Python\u811a\u672c\u6253\u5305\u6210\u53ef\u6267\u884c\u6587\u4ef6\u3002<\/p>\n

\u9996\u5148\uff0c\u9700\u8981\u5b89\u88c5Eel\u548cPyInstaller\u3002Eel\u53ef\u4ee5\u901a\u8fc7pip\u5b89\u88c5\uff0c\u547d\u4ee4\u5982\u4e0b\uff1a<\/p>\n

“`<\/p>\n

pip install eel<\/p>\n

“`<\/p>\n

PyInstaller\u4e5f\u53ef\u4ee5\u901a\u8fc7pip\u5b89\u88c5\uff0cwindows\u7cfb\u7edf\u662f\u600e\u4e48\u5f00\u53d1\u7684<\/a>\u547d\u4ee4\u5982\u4e0b\uff1a<\/p>\n

“`<\/p>\n

pip install pyinstaller<\/p>\n

“`<\/p>\n

\u5b89\u88c5\u5b8c\u6210\u540e\uff0c\u53ef\u4ee5\u5f00\u59cb\u7f16\u5199Python\u811a\u672c\u3002\u8fd9\u91cc\u4ee5\u4e00\u4e2a\u7b80\u5355\u7684\u793a\u4f8b\u7a0b\u5e8f\u4e3a\u4f8b\uff1a<\/p>\n

“`<\/p>\n

import eel<\/p>\n

eel.init(‘web’)<\/p>\n

@eel.expose<\/p>\n

def say_hello(name):<\/p>\n

print(‘Hello, %s!’ % name)<\/p>\n

eel.start(‘index.html’, size=(300, 200))<\/p>\n

“`<\/p>\n

\u8fd9\u4e2a\u7a0b\u5e8f\u4f7f\u7528Eel\u521b\u5efa\u4e86\u4e00\u4e2aWeb\u5e94\u7528\u7a0b\u5e8f\uff0c\u5f53\u7528\u6237\u8bbf\u95eeindex.html\u9875\u9762\u65f6\uff0c\u4f1a\u542f\u52a8Python\u811a\u672c\u5e76\u8fd0\u884c\u3002Python\u811a\u672c\u63d0\u4f9b\u4e86\u4e00\u4e2a\u540d\u4e3asay_hello\u7684\u51fd\u6570\uff0c\u5f53\u7528\u6237\u5728\u7f51\u9875\u4e0a\u70b9\u51fb\u6309\u94ae\u65f6\uff0c\u4f1a\u8c03\u7528\u8be5\u51fd\u6570\u5e76\u5411\u63a7\u5236\u53f0\u8f93\u51fa\u201cHello, %s!\u201d\uff08\u5176\u4e2d%s\u4f1a\u88ab\u66ff\u6362\u4e3a\u7528\u6237\u8f93\u5165\u7684\u540d\u5b57\uff09\u3002<\/p>\n

\u63a5\u4e0b\u6765\uff0c\u9700\u8981\u4f7f\u7528PyInstaller\u5c06Python\u811a\u672c\u6253\u5305\u6210\u53ef\u6267\u884c\u6587\u4ef6\u3002\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\uff1a<\/p>\n

“`<\/p>\n

pyinstaller –onefile –add-data “web;web” script.py<\/p>\n

“`<\/p>\n

\u8fd9\u4e2a\u547d\u4ee4\u5c06Python\u811a\u672c\u6253\u5305\u6210\u4e00\u4e2a\u53ef\u6267\u884c\u6587\u4ef6\uff0c\u5e76\u5c06web\u6587\u4ef6\u5939\u4e2d\u7684\u6240\u6709\u6587\u4ef6\u6253\u5305\u5230\u53ef\u6267\u884c\u6587\u4ef6\u4e2d\u3002\u6253\u5305\u5b8c\u6210\u540e\uff0c\u53ef<\/p>\n

<\/figure>\n<\/p>\n

\u4ee5\u5728dist\u6587\u4ef6\u5939\u4e2d\u627e\u5230\u751f\u6210\u7684\u53ef\u6267\u884c\u6587\u4ef6\u3002<\/p>\n

\u6700\u540e\uff0c\u53ef\u4ee5\u5c06\u751f\u6210\u7684\u53ef\u6267\u884c\u6587\u4ef6\u590d\u5236\u5230\u4efb\u4f55\u8ba1\u7b97\u673a\u4e0a\u8fd0\u884c\u3002\u53ea\u8981\u53cc\u51fb\u53ef\u6267\u884c\u6587\u4ef6\uff0c\u5c31\u53ef\u4ee5\u542f\u52a8Python\u5e94\u7528\u7a0b\u5e8f\uff0c\u800c\u4e0d\u9700\u8981\u5b89\u88c5Python\u73af\u5883\u6216\u4efb\u4f55\u5176\u4ed6\u4f9d\u8d56\u9879\u3002<\/p>\n

\u603b\u4e4b\uff0c\u4f7f\u7528Eel\u548cPyInstaller\u53ef\u4ee5\u5c06Python\u811a\u672c\u6253\u5305\u6210\u72ec\u7acb\u7684\u53ef\u6267\u884c\u6587\u4ef6\uff0c\u4ece\u800c\u65b9\u4fbf\u5730\u5728\u6ca1\u6709Python\u73af\u5883\u7684\u8ba1\u7b97\u673a\u4e0a\u8fd0\u884cPythhtml\u6253\u5305exe\u8f6f\u4ef6<\/a>on\u5e94\u7528\u7a0b\u5e8f\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"

Eel\u662f\u4e00\u4e2a\u57fa\u4e8ePython\u7684\u8f7b\u91cf\u7ea7Web\u6846\u67b6\uff0c\u5b83\u7684\u4e3b\u8981\u76ee\u7684\u662f\u7b80\u5316Python Web\u5e94\u7528\u7a0b\u5e8f\u7684\u5f00\u53d1\u3002\u4e0e\u5176\u4ed6Web\u6846\u67b6\u4e0d\u540c\u7684\u662f\uff0cEel\u53ef\u4ee5\u5c06Python\u811a\u672c\u6253\u5305\u4e3a\u72ec\u7acb\u7684\u53ef\u6267\u884c\u6587\u4ef6\uff0c\u8fd9\u6837\u5c31\u53ef\u4ee5\u5728\u6ca1\u6709P<\/p>\n","protected":false},"author":14,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[547,263,14,546,283],"class_list":{"0":"post-224","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"hentry","6":"category-zuoexe","7":"tag-exe","8":"tag-263","9":"tag-14","11":"tag-283"},"_links":{"self":[{"href":"https:\/\/www.zhidianwl.com\/zhidian\/wp-json\/wp\/v2\/posts\/224","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.zhidianwl.com\/zhidian\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.zhidianwl.com\/zhidian\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.zhidianwl.com\/zhidian\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/www.zhidianwl.com\/zhidian\/wp-json\/wp\/v2\/comments?post=224"}],"version-history":[{"count":0,"href":"https:\/\/www.zhidianwl.com\/zhidian\/wp-json\/wp\/v2\/posts\/224\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.zhidianwl.com\/zhidian\/wp-json\/wp\/v2\/media?parent=224"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.zhidianwl.com\/zhidian\/wp-json\/wp\/v2\/categories?post=224"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.zhidianwl.com\/zhidian\/wp-json\/wp\/v2\/tags?post=224"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}