That gives a 404 🤷♂️, you sure , you pasted the right link ?
~Palash Bauri
On Wed, 13 May 2020, 9:07 pm , wrote:
> On Friday, 8 May 2009 16:08:25 UTC+5:30, bvidinli wrote:
> > if anybody needs:
> > http://code.google.com/p/phppython/
>
> $username = "user
hing is I couldn't figure out how to build a "launcher" (As
mentioned here -> https://docs.python.org/3/using/windows.html) for my
application?
Any help or suggestions would be very much appreciated.
~Palash Bauri
--
https://mail.python.org/mailman/listinfo/python-list
> 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.
--
https://mail.python.org/mail
am.
On 6/17/20, Chris Angelico wrote:
> On Wed, Jun 17, 2020 at 9:09 PM Palash Bauri
> wrote:
>>
>> > Try creating a .pyz file using the zipapp module:
>>
>> > https://docs.python.org/3/library/zipapp.html
>>
>> > It should 'just work', ou
Well, that crossed my mind earlier, but as my program is a text parser and
has it's own input & output source filetype, it should have those filetypes
associated with the program. Just using an MSI installer will not do that
trick.
~Palash Bauri
On Wed, 17 Jun 2020, 7:18 pm Shakil Kha
e best.
I think they should've explained how to write an Launcher or even an
example code in the docs.
I will have your solution as an backup option.
~Palash Bauri
On Wed, 17 Jun 2020, 8:30 pm Shakil Khan, wrote:
> May be I have not understood your requirement.
> But let me put what