This commit is contained in:
恍兮惚兮 2024-06-25 03:06:31 +08:00
parent c15024e7cf
commit d6ffb3f146

View File

@ -25,7 +25,7 @@ else:
webviewappendix = r"Lib\site-packages\webviewpy\platform\win32\x64\webview.dll"
py37Path = sys.executable
py37Path = os.path.dirname(sys.executable)
print(py37Path)
py37Pathwebview = os.path.join(py37Path, webviewappendix)