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

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


On Thu, Oct 22, 2015 at 10:22 PM, Gisle Vanem <gvanem at yahoo.no> wrote:
>  IOError: [Errno 13] Permission denied:
> 'g:\\Programfiler\\Python27\\Lib\\site-packages\\win32\\win32api.pyd'
>
> -----
>
> BTW, this is on Python 2.7.9 on Win-XP SP3.

Does that file exist? A .pyd file is a DLL, so if it already exists
and is in use, it's entirely possible it can't be overwritten (eg to
upgrade it).

ChrisA



More information about the Python-list mailing list