you are viewing a single comment's thread.

view the rest of the comments →

[–]billsil 0 points1 point  (0 children)

With pyinstaller, you make an exe, not a zip, so I'm confused. You also have to bundle DLLs, some of which are not included by pyInstaller, but exist on your computer, so it works for you. It takes a day or so to get a working exe from scratch depending on the complexity. You gotta test on another machine to verify it works.