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
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
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
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
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
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
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_
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
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
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'
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:
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
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
> 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
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
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
"
16 matches
Mail list logo