On Thu 2015-11-19 (15:26), Graham Bloice wrote:

> > C:\Users\admin>pip install pypiwin32
> >
> > Collecting pypiwin32
> >   Downloading pypiwin32-219-cp35-none-win32.whl (7.9MB)
> >     100% |################################| 7.9MB 61kB/s
> > Installing collected packages: pypiwin32
> > Exception:
> > (...)
> >   File "c:\program files (x86)\python 3.5\lib\shutil.py", line 115, in
> > copyfile
> >     with open(dst, 'wb') as fdst:
> > PermissionError: [Errno 13] Permission denied: 'c:\\program files
> > (x86)\\python3.5\\Lib\\site-packages\\PyWin32.chm'
> >
> >
> Maybe Python 3.5 shouldn't be installed in the "C:\Program Files (x86)"
> directory, as that does fall under UAC.  I've always installed Python in
> its own top level direcotyr, e.g. C:\Python3.5

"C:\Program Files (x86)\python 3.5" is the default installation path,
suggested by the Python installer.

But as I wrote:

I deactivated Windows UAC with:

C:\Windows\System32\UserAccountControlSettings.exe

Then I was able to run

pip install pypiwin32
pip install pyinstaller

without errors.

The problem now is:

S:\python>pyinstaller --version
failed to create process.



-- 
Ullrich Horlacher              Server und Virtualisierung
Rechenzentrum IZUS/TIK         E-Mail: horlac...@tik.uni-stuttgart.de
Universitaet Stuttgart         Tel:    ++49-711-68565868
Allmandring 30a                Fax:    ++49-711-682357
70550 Stuttgart (Germany)      WWW:    http://www.tik.uni-stuttgart.de/
REF:<calckhkrydpgicrwhxhvfgj+a7xos-pb4gzchuizfarupt9+...@mail.gmail.com>
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to