On Thu, Oct 22, 2015 at 11:42 PM, Gisle Vanem <gva...@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 -- https://mail.python.org/mailman/listinfo/python-list