A high-level cross-platform API for terminal/console access

Chris Angelico rosuav at gmail.com
Thu Oct 22 08:48:56 EDT 2015


On Thu, Oct 22, 2015 at 11:42 PM, Gisle Vanem <gvanem at yahoo.no> wrote:
> I think the Errno 13 (=EACCESS) is due to another module (WConio.pyd) that
> seems gets loaded via my site-customize.py is using this
> win32api.pyd. Hence it's is in use and shutil fails in updating it.

Ah, that might well be it. Does it work if you run:

python -S -m pip install --upgrade win32api

? That might stop win32api.pyd from getting loaded.

ChrisA



More information about the Python-list mailing list