Path: ...!news.mixmin.net!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Barry Scott Newsgroups: comp.lang.python Subject: Re: Getting a Process.start() error pickle.PicklingError: Can't pickle : it's not found as __builtin__.module with Python 2.7 Date: Mon, 2 Sep 2024 16:36:20 +0100 Lines: 15 Message-ID: References: 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: 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: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: Bytes: 3769 > On 2 Sep 2024, at 15:00, marc nicole via Python-list = 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