Well , in some cases that is true, but in my program's case that's not true as it's targetting not-so-much tech savvy users. I would like to make an compact plug-and-play solution.
And , I think using Python Embeddable zip and a custom launcher will be more suitable for my program. On 6/17/20, Chris Angelico <ros...@gmail.com> wrote: > On Wed, Jun 17, 2020 at 9:09 PM Palash Bauri <palashbau...@gmail.com> > wrote: >> >> > Try creating a .pyz file using the zipapp module: >> >> > https://docs.python.org/3/library/zipapp.html >> >> > It should 'just work', out of the box. >> >> > ChrisA >> >> But I will still need to build a launcher or put a Python Interpreter >> at users' path in order to run .pyz files. > > Putting a Python interpreter onto the users' systems is the job of > python.org and/or the Windows app store. You should just have to worry > about your own app. > > ChrisA > -- > https://mail.python.org/mailman/listinfo/python-list > -- https://mail.python.org/mailman/listinfo/python-list