Re: How could a standalone python binary executable be made from a python script, to be run on other computers that don't have python installed?

2023-07-27 Thread Joe
On Thu, 27 Jul 2023 17:46:59 +0530 "Susmita/Rajib" wrote: > From: Greg Wooledge > > But you REALLY need to go over to python.org and start learning. > > > > Yes, Mr. Cater told me. Ref: > https://lists.debian.org/debian-user/2023/07/msg00637.html > > I have thanked him for that. Have

Re: How could a standalone python binary executable be made from a python script, to be run on other computers that don't have python installed?

2023-07-27 Thread Susmita/Rajib
From: Greg Wooledge Date: Thu, 27 Jul 2023 07:02:17 -0400 Message-id: <[] zmjoucnj8uopw...@wooledge.org> Mail-followup-to: debian-user@lists.debian.org In-reply-to: <[] CAEG4cZV77VDaH+LEUA2tYv8LdnQvwXWe1J=zkw7c5p1s9ew...@mail.gmail.com> References: <[]

Re: How could a standalone python binary executable be made from a python script, to be run on other computers that don't have python installed?

2023-07-27 Thread Susmita/Rajib
From: "Andrew M.A. Cater" Date: Thu, 27 Jul 2023 07:28:25 + Message-id: In-reply-to: <[] CAEG4cZXBJ3CbFUN1LuRQsKR=xjkzuw92lxlnrxwkxae-ery...@mail.gmail.com> References: <[] CAEG4cZXe=BUQ5VE_z0rcLqHGGERdANnZ=vjiznjbk439jif...@mail.gmail.com> and the rest [ ... ] Dear Mr. Cater, I

Re: How could a standalone python binary executable be made from a python script, to be run on other computers that don't have python installed?

2023-07-27 Thread Greg Wooledge
On Thu, Jul 27, 2023 at 08:57:26AM +0530, Susmita/Rajib wrote: > Is there something called a bare minimum virtualisation, where only > the python environment could be in a 'cage', isolated from the rest > system, so that irrespective of the virtual environment resides or is > removed the system

Re: How could a standalone python binary executable be made from a python script, to be run on other computers that don't have python installed?

2023-07-27 Thread Greg Wooledge
On Thu, Jul 27, 2023 at 07:28:25AM +, Andrew M.A. Cater wrote: > You are trying to create a stand alone Python script on Debian that > you can give to someone running Windows. > > Python is an interpreted language - so that person will need a version > of Python on their machine to run your

Re: How could a standalone python binary executable be made from a python script, to be run on other computers that don't have python installed?

2023-07-27 Thread Andrew M.A. Cater
On Thu, Jul 27, 2023 at 07:08:35AM +0530, Susmita/Rajib wrote: > From: David Wright > Date: Wed, 26 Jul 2023 12:22:04 -0500 > Message-id: <[] zmfwpfrxuvr5g...@axis.corp> > Reply-to: debian-user@lists.debian.org > In-reply-to: <[] >

Re: How could a standalone python binary executable be made from a python script, to be run on other computers that don't have python installed?

2023-07-26 Thread Susmita/Rajib
From: Greg Wooledge Date: Wed, 26 Jul 2023 22:14:01 -0400 Message-id: <[] zmhs6ajl2jzoi...@wooledge.org> Mail-followup-to: debian-user@lists.debian.org In-reply-to: <[] CAEG4cZXBJ3CbFUN1LuRQsKR=xjkzuw92lxlnrxwkxae-ery...@mail.gmail.com> References: <[]

Re: How could a standalone python binary executable be made from a python script, to be run on other computers that don't have python installed?

2023-07-26 Thread David Wright
On Thu 27 Jul 2023 at 07:08:35 (+0530), Susmita/Rajib wrote: > From: David Wright > Date: Wed, 26 Jul 2023 12:22:04 -0500 > > On Mon 24 Jul 2023 at 15:52:38 (+0530), Susmita/Rajib wrote: > >> Thank you for writing back with the link leading to the Python > >> Discourse thread. [ … ] > >>

Re: How could a standalone python binary executable be made from a python script, to be run on other computers that don't have python installed?

2023-07-26 Thread Greg Wooledge
On Thu, Jul 27, 2023 at 07:08:35AM +0530, Susmita/Rajib wrote: > I have considered myself as the 1st party. Debian universe as the 2nd > party and the rest as the 3rd party. So by my consideration, anything > 'Python' outside of the Debian Universe is 3rd party. I have rarely > install software

Re: How could a standalone python binary executable be made from a python script, to be run on other computers that don't have python installed?

2023-07-26 Thread Susmita/Rajib
From: David Wright Date: Wed, 26 Jul 2023 12:22:04 -0500 Message-id: <[] zmfwpfrxuvr5g...@axis.corp> Reply-to: debian-user@lists.debian.org In-reply-to: <[] CAEG4cZXy=0lra4adonsaueeoafdyapoqf5cze3s1zerrjfs...@mail.gmail.com> References: <[]

Re: How could a standalone python binary executable be made from a python script, to be run on other computers that don't have python installed?

2023-07-26 Thread David Wright
On Mon 24 Jul 2023 at 15:52:38 (+0530), Susmita/Rajib wrote: > From: David Wright > Date: Thu, 20 Jul 2023 10:06:43 -0500 > > Thank you for writing back with the link leading to the Python > Discourse thread. [ … ] > Can't accept a third party website info on face value. PEPs are

Re: How could a standalone python binary executable be made from a python script, to be run on other computers that don't have python installed?

2023-07-24 Thread Andy Smith
Hello, On Mon, Jul 24, 2023 at 05:27:28PM +0530, Susmita/Rajib wrote: > My first post of this thread is illustrative. You did indeed state that you only wanted guidance from "Illustrious leaders and senior List Maintainers of Debian Users ML" so I don't know why anyone is bothering to give you

Re: How could a standalone python binary executable be made from a python script, to be run on other computers that don't have python installed?

2023-07-24 Thread Susmita/Rajib
From: Greg Wooledge Date: Mon, 24 Jul 2023 07:08:33 -0400 Message-id: <[] zl5bsa9pgfixz...@wooledge.org> Mail-followup-to: debian-user@lists.debian.org In-reply-to: <[] CAEG4cZXy=0lra4adonsaueeoafdyapoqf5cze3s1zerrjfs...@mail.gmail.com> References: <[]

Re: How could a standalone python binary executable be made from a python script, to be run on other computers that don't have python installed?

2023-07-24 Thread Greg Wooledge
On Mon, Jul 24, 2023 at 03:52:38PM +0530, Susmita/Rajib wrote: > Thank you for writing back with the link leading to the Python > Discourse thread. I would have preferred a similar post assuring us > from the Debian Side. Can't accept a third party website info on face > value. You're talking to

Re: How could a standalone python binary executable be made from a python script, to be run on other computers that don't have python installed?

2023-07-24 Thread Susmita/Rajib
From: David Wright Date: Thu, 20 Jul 2023 10:06:43 -0500 Message-id: <[] zllngwpvlwjpg...@axis.corp> Reply-to: debian-user@lists.debian.org In-reply-to: <[] CAEG4cZXe=BUQ5VE_z0rcLqHGGERdANnZ=vjiznjbk439jif...@mail.gmail.com> References: <[]

Re: How could a standalone python binary executable be made from a python script, to be run on other computers that don't have python installed?

2023-07-20 Thread David Wright
On Thu 20 Jul 2023 at 16:36:44 (+0530), Susmita/Rajib wrote: > I want to have other users run my python script on their computers, > that don't have python installer, as a standalone binary/executable. > > I searched the debian-user ML with the string, "standalone python > binary executable" but

Re: How could a standalone python binary executable be made from a python script, to be run on other computers that don't have python installed?

2023-07-20 Thread Roger Price
On Thu, 20 Jul 2023, Susmita/Rajib wrote: I want to have other users run my python script on their computers, that don't have python installer, as a standalone binary/executable. This is the wrong list. It's a 12 year old question. A Google search would have given you

Re: How could a standalone python binary executable be made from a python script, to be run on other computers that don't have python installed?

2023-07-20 Thread Andy Smith
Hi, On Thu, Jul 20, 2023 at 04:36:44PM +0530, Susmita/Rajib wrote: > My dear Illustrious leaders and senior List Maintainers of Debian Users ML, Is there some reason that you only want answers from "leaders" and "senior List Maintainers" as opposed to the vast majority of list subscribers, like

How could a standalone python binary executable be made from a python script, to be run on other computers that don't have python installed?

2023-07-20 Thread Susmita/Rajib
My dear Illustrious leaders and senior List Maintainers of Debian Users ML, I want to have other users run my python script on their computers, that don't have python installer, as a standalone binary/executable. I searched the debian-user ML with the string, "standalone python binary