Re: Getting a Process.start() error pickle.PicklingError: Can't pickle <type 'module'>: it's not found as __builtin__.module with Python 2.7
Barry Scott via Python-list <[email protected]> Mon, 2 Sep 2024 16:36:20 +0100
| Newsgroups | gmane.comp.python.general,gmane.comp.python.tutor |
|---|---|
| Message-ID | <[email protected]> |
> On 2 Sep 2024, at 15:00, marc nicole via Python-list <[email protected]> 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