[RELEASE] Python 3.7.8rc1 and 3.6.11rc1 are now available for testing

2020-06-17 Thread Ned Deily
Details here: https://discuss.python.org/t/python-3-7-8rc1-and-3-6-11rc1-are-now-available-for-testing/4467 https://www.python.org/downloads/release/python-378rc1/ https://www.python.org/downloads/release/python-3611rc1/ -- Ned Deily n...@python.org -- [] -- https://mail.python.org/mailma

Re: Problems with python383.dll

2020-06-17 Thread Michael Torrie
On 6/16/20 11:18 AM, Manuel Fernandez - Università wrote: > Dear Sirs, > I tried to install the software Python 3.8.3 (32 bit), but after it > finished and I tried to start it, there appeared a message in which it > was written that it couldn't find the file python383.dll and stopped. > What can

Re: uninstallation issue

2020-06-17 Thread Souvik Dutta
Before you uninstall right click on idle and find the location where python is installed. Probably it would be under C:\\Programe files\\python. And then uninstall python. After that you will see that some folders where deleted but others where not. Delete the others and you will have uninstalled p

Re: Aw: Python Curses Programming HowTo -reviewers?

2020-06-17 Thread Alan Gauld via Python-list
On 16/06/2020 19:34, Karsten Hilbert wrote: >> I therefore took it on myself to do a translation of the Linux >> Documentation Project's "Curses HowTo" by Pradeep Padala into Python. >> >> This is now available as a PDF and I'd be interested in review comments. > > I'd be interested in having a lo

Property for dataclass field with default value

2020-06-17 Thread Ivan Ivanyuk
Hello All, I have some trouble using @dataclass together with @property decorator or property() function. >From the documentation and PEP is seems that the intended behaviour of @dataclass is to be the same as normal __init__() that sets instance variables. But it seems that when using @property

Problems with python383.dll

2020-06-17 Thread Manuel Fernandez - Università
Dear Sirs, I tried to install the software Python 3.8.3 (32 bit), but after it finished and I tried to start it, there appeared a message in which it was written that it couldn't find the file python383.dll and stopped. What can I do? Do you have this file so that I can insert it manually. I th

Re: Python Curses Programming HowTo -reviewers?

2020-06-17 Thread Alan Gauld via Python-list
On 16/06/2020 16:38, Alan Gauld via Python-list wrote: > This is now available as a PDF and I'd be interested in review comments. Just to add that I can send a zip of the code files too. -- Alan G Author of the Learn to Program web site http://www.alan-g.me.uk/ http://www.amazon.com/author/alan_

uninstallation issue

2020-06-17 Thread gauravsinghrathor...@gmail.com
My python 3.8 version is not getting uninstall in my system. Please solve this problem.   Thanks for you concern.   Sent from [1]Mail for Windows 10   References Visible links 1. https://go.microsoft.com/fwlink/?LinkId=550986 -- https://mail.python.org/mailman/li

Re: Friday Finking: Beyond implementing Unicode

2020-06-17 Thread Terry Reedy
On 6/16/2020 7:45 PM, DL Neil via Python-list wrote: On 13/06/20 4:47 AM, Terry Reedy wrote: There was a recent thread on python-ideas discussing this.  It started with arrow characters.  There have been others. Am pleased to hear that it's neither 'new' nor 'way out there'... The idea has b

Re: Application Distribution using Embeddable Zip on Windows

2020-06-17 Thread Palash Bauri
Well , I didn't know that single scripts can be used to associate filetypes. I will test it out. Currently I'm doing an experiment with Embeddable distribution , Writing a launcher with rust. I have no idea what's the efficient or correct way to do it. Let's hope for the best. I think they should'

Re: Application Distribution using Embeddable Zip on Windows

2020-06-17 Thread Palash Bauri
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 Khan, wrote:

Re: Application Distribution using Embeddable Zip on Windows

2020-06-17 Thread Palash Bauri
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, Ch

Re: Application Distribution using Embeddable Zip on Windows

2020-06-17 Thread Chris Angelico
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', out of the box. > > > ChrisA > > But I will still need to build a launcher or put a Python Interpreter > at u

Re: Application Distribution using Embeddable Zip on Windows

2020-06-17 Thread Palash Bauri
> 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

Re: Application Distribution using Embeddable Zip on Windows

2020-06-17 Thread Chris Angelico
On Wed, Jun 17, 2020 at 5:00 PM Palash Bauri wrote: > > I am developing a parser with PLY and was hoping to distribute it to users. > Ofcourse there're plenty of Ways to build a executable of an Python script > such as PyInstaller , Py2Exe and some others, but they have their problems > , one of t

Application Distribution using Embeddable Zip on Windows

2020-06-17 Thread Palash Bauri
I am developing a parser with PLY and was hoping to distribute it to users. Ofcourse there're plenty of Ways to build a executable of an Python script such as PyInstaller , Py2Exe and some others, but they have their problems , one of them which is their output distribution size is huge, a simple "