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.
--
https://mail.python.org/mailman/listinfo/python-list
