sciter-sdk / pysciter

Python bindings for Sciter
https://sciter.com
MIT License
396 stars 40 forks source link

打包问题 #48

Closed ylm-king closed 2 weeks ago

ylm-king commented 3 years ago

python 和 html、css、js等脚本文件, 有办法一起打包成exe吗

pravic commented 3 years ago

In English, please :)

ylm-king commented 3 years ago

Is there any way to package Python, HTML, CSS, JS and other script files together as EXE 【together】

pravic commented 3 years ago

As for the exe - look at PyInstaller or py2exe. Or just a ZIP archive.