port to PDOS (especially mainframe)

Paul Edwards mutazilah at gmail.com
Fri Apr 16 13:59:06 EDT 2021


On Wednesday, April 14, 2021 at 8:35:59 PM UTC+10, Paul Edwards wrote:

> ImportError: importlib requires posix or nt 

> but I don't know what it needs to satisfy that. 
> 
> It's a bit strange that it can only be posix or nt when VMS is supported in 3.3 too. 

The resolution to this problem was to include:

{"posix", PyInit_posix},

in config.c

and compile posixmodule.c.

I'm now on to the next problem.

BFN. Paul.


More information about the Python-list mailing list