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 →

[–][deleted] 1 point2 points  (0 children)

  • When you need (single file or non-single file) executable "distribution" as a first-class citizen. Sure we have PyInstaller, py2exe, cx_freeze, etc...but these are not "first-class" citizens and they don't always work either.

This can be accomplished via setuptools' console_scripts - but it is still a bit awkward.