Deutsch   English   Français   Italiano  
<mailman.28.1725291399.2917.python-list@python.org>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail
From: Barry Scott <barry@barrys-emacs.org>
Newsgroups: comp.lang.python
Subject: Re: Getting a Process.start() error pickle.PicklingError: Can't
 pickle <type 'module'>: it's not found as __builtin__.module with Python 2.7
Date: Mon, 2 Sep 2024 16:36:20 +0100
Lines: 15
Message-ID: <mailman.28.1725291399.2917.python-list@python.org>
References: <CAGJtH9Tw0ZoB51XCA_4=CGu8cO6LoKw9RF5pBuYDoQJfHA6h_g@mail.gmail.com>
 <D2925C35-512D-4916-85FB-5EFDC605EC3C@barrys-emacs.org>
Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51\))
Content-Type: text/plain;
	charset=us-ascii
Content-Transfer-Encoding: quoted-printable
X-Trace: news.uni-berlin.de n+YNFidFMgAYFQ1+kKIPzgNIRsFV/fkSjJvxKtUHQsqg==
Cancel-Lock: sha1:0CPkBkkq8LQSlzIGg8lGtFJi2Es= sha256:ZVsd19FNMKX2NCeMwS26r91bQwPImwSS4xRcoY4a3eE=
Return-Path: <barry@barrys-emacs.org>
X-Original-To: python-list@python.org
Delivered-To: python-list@mail.python.org
Authentication-Results: mail.python.org; dkim=none reason="no signature";
 dkim-adsp=none (unprotected policy); dkim-atps=neutral
X-Spam-Status: OK 0.004
X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:error': 0.07;
 'subject:module': 0.07; '2.7': 0.09; 'cc:addr:python-list': 0.09;
 'from:addr:barry': 0.09; 'received:gandi.net': 0.09;
 'received:mail.gandi.net': 0.09; 'subject:not': 0.09;
 'subject:skip:P 10': 0.09; 'subject:Python': 0.12; 'barry': 0.16;
 'from:addr:barrys-emacs.org': 0.16; 'from:name:barry scott': 0.16;
 'legacy': 0.16; 'message-id:@barrys-emacs.org': 0.16; 'porting':
 0.16; 'subject: <': 0.16; 'subject:() ': 0.16; 'subject:2.7':
 0.16; 'subject:found': 0.16; 'subject:skip:p 20': 0.16;
 'wrote:<span': 0.16; 'wrote:': 0.16; 'python': 0.16;
 'cc:addr:python.org': 0.20; 'install': 0.23; 'cc:2**1': 0.23;
 'email addr:python.org>': 0.28; 'python-list': 0.32; 'sep':
 0.32; 'subject:Can': 0.32; '0);': 0.33; 'rgb(0,': 0.33; 'windows':
 0.34; 'header:In-Reply-To:1': 0.34; 'using': 0.37; 'still': 0.40;
 'support.': 0.40; 'font-family:': 0.60; 'inline': 0.61;
 'display:': 0.62; 'none;': 0.62; 'font-weight:': 0.62; '0px;':
 0.63; 'text-indent:': 0.64; 'normal;': 0.66; 'skip:! 10': 0.67;
 'float:': 0.74; 'email name:<python-list': 0.84; 'subject: \n
 ': 0.84; '400;': 0.89; '13px;': 0.91; 'subject:type': 0.91
In-Reply-To: <CAGJtH9Tw0ZoB51XCA_4=CGu8cO6LoKw9RF5pBuYDoQJfHA6h_g@mail.gmail.com>
X-Mailer: Apple Mail (2.3776.700.51)
X-GND-Sasl: barry@barrys-emacs.org
X-Content-Filtered-By: Mailman/MimeDel 2.1.39
X-BeenThere: python-list@python.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: General discussion list for the Python programming language
 <python-list.python.org>
List-Unsubscribe: <https://mail.python.org/mailman/options/python-list>,
 <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive: <https://mail.python.org/pipermail/python-list/>
List-Post: <mailto:python-list@python.org>
List-Help: <mailto:python-list-request@python.org?subject=help>
List-Subscribe: <https://mail.python.org/mailman/listinfo/python-list>,
 <mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID: <D2925C35-512D-4916-85FB-5EFDC605EC3C@barrys-emacs.org>
X-Mailman-Original-References: <CAGJtH9Tw0ZoB51XCA_4=CGu8cO6LoKw9RF5pBuYDoQJfHA6h_g@mail.gmail.com>
Bytes: 3769



> On 2 Sep 2024, at 15:00, marc nicole via Python-list =
<python-list@python.org> wrote:
>=20
> I am using Python 2.7 on Windows 10

Why? Install Python 3.12 and it will be easier to get help and support.
If you have legacy that still needs porting then you can install 3.12 =
along side
the unsupported 3.12.


Barry