Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

BOFH excuse #318: Your EMAIL is now being delivered by the USPS.


comp / comp.lang.python / Re: Getting a Process.start() error pickle.PicklingError: Can't pickle <type 'module'>: it's not found as __builtin__.module with Python 2.7

SubjectAuthor
* Re: Getting a Process.start() error pickle.PicklingError: Can'tBarry Scott
`- Re: Getting a Process.start() error pickle.PicklingError: Can'tgeodandw

1
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
From: Barry Scott
Newsgroups: comp.lang.python
Date: Mon, 2 Sep 2024 15:36 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!fu-berlin.de!uni-berlin.de!not-for-mail
From: barry@barrys-emacs.org (Barry Scott)
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&gt;': 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:&lt;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>
View all headers

> On 2 Sep 2024, at 15:00, marc nicole via Python-list <python-list@python.org> wrote:
>
> 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

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
From: geodandw
Newsgroups: comp.lang.python
Organization: A noiseless patient Spider
Date: Mon, 2 Sep 2024 17:31 UTC
References: 1 2 3
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: geodandw@gmail.com (geodandw)
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 13:31:37 -0400
Organization: A noiseless patient Spider
Lines: 15
Message-ID: <vb4spp$2u9rv$1@dont-email.me>
References: <CAGJtH9Tw0ZoB51XCA_4=CGu8cO6LoKw9RF5pBuYDoQJfHA6h_g@mail.gmail.com>
<D2925C35-512D-4916-85FB-5EFDC605EC3C@barrys-emacs.org>
<mailman.28.1725291399.2917.python-list@python.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 02 Sep 2024 19:31:38 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="e2ad605fd7b6df7d97974f6873ff93cb";
logging-data="3090303"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+Y141iJVpC6Pf3rrJwDoptqYA9EHfXhEI="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:gei7QaENWUFCovr/Hq6ng5J/YMs=
Content-Language: en-US
In-Reply-To: <mailman.28.1725291399.2917.python-list@python.org>
View all headers

On 9/2/24 11:36, Barry Scott wrote:
>
>
>> On 2 Sep 2024, at 15:00, marc nicole via Python-list <python-list@python.org> wrote:
>>
>> 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
>
I think you mean alongside the unsupported 2.7.

1

rocksolid light 0.9.8
clearnet tor