How to package a Python command line app?
Manfred Lotz
ml_news at posteo.de
Fri Dec 10 09:37:14 EST 2021
On Thu, 9 Dec 2021 13:51:00 -0700
Mats Wichmann <mats at wichmann.us> wrote:
> On 12/9/21 11:35, Manfred Lotz wrote:
>
> > I played with pyinstaller which worked fine. However, it builds a
> > dynamic executable and thus it is glibc version dependent. Means, I
> > have to build different executables for differen glibc versions.
> >
> > So, it seems I will have to check how executable zip archives are
> > supposed to work.
> >
>
> For me at least, I'm still not sure what you are trying to accomplish.
>
I like to offer my command line app to some people who are not really
command line geeks. Means, I don't want to have to tell them to install
packages via pip and stuff like that. Simply take a file, make it
executable and run it.
--
Manfred
More information about the Python-list
mailing list