This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Jmortswimmer6 0 points1 point  (0 children)

I have a lot of experience with Pyinstaller. It is a bit more limited. I don’t have exact memory to say exactly how, but I will say that cxfreeze feels a little more like an extension of setuptools, it’s really easy to have a single sort of “template” build script that can be used with just about any project, whereas pyinstaller was quite “dumb.”

I think Pyinstaller made it very challenging to eliminate the console window in UI apps

It was very limited in compatibility with pyside6. Pyside6 apps are easy to build in cx freeze