最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Python with directory to exe - Stack Overflow

programmeradmin2浏览0评论

I'm searching a way to convert a python file into an exe. I want to convert the Python file including a few folders to a msi

I already tried out Advanced Installers and the Pythoninstaller libary but neither of them worked. The files where to big for Advanced Installers and Pythoninstaller threw this error: "serialized_entry = struct.pack()"

What could I use to convert my code?

I'm searching a way to convert a python file into an exe. I want to convert the Python file including a few folders to a msi

I already tried out Advanced Installers and the Pythoninstaller libary but neither of them worked. The files where to big for Advanced Installers and Pythoninstaller threw this error: "serialized_entry = struct.pack()"

What could I use to convert my code?

Share Improve this question asked Apr 1 at 13:30 prezprez 11 bronze badge New contributor prez is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct. 4
  • always put full error message because there are other useful information. – furas Commented Apr 1 at 19:14
  • text neither of them worked is useless. If you get error then show it and we may try to resolve this single problem. – furas Commented Apr 1 at 19:15
  • Alright I will try better next time – prez Commented Apr 2 at 6:02
  • Have you looked at Nuitka? – Octa Commented Apr 2 at 18:30
Add a comment  | 

1 Answer 1

Reset to default 0

I use pyinstaller to make a standalone executable file for the program.

Then, to make a Windows installable executable file, I use the free Inno setup.

发布评论

评论列表(0)

  1. 暂无评论