pyinstaller and Python 3.5 on Windows?

Ulli Horlacher framstag at rus.uni-stuttgart.de
Thu Nov 19 08:32:24 EST 2015


Ulli Horlacher <framstag at rus.uni-stuttgart.de> 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:
(...)
> PermissionError: [Errno 13] Permission denied: 'c:\\program files (x86)\\python
> 3.5\\Lib\\site-packages\\PyWin32.chm'
> 
> 
> Why "Permission denied"? I am logged in as administrator! Stupid Windows...

I found, I have to deactivate Windows UAC with 
C:\Windows\System32\UserAccountControlSettings.exe

Then I was able to run

pip install pypiwin32
pip install pyinstaller

without errors.

BUT pyinstaller does not work:

S:\python>pyinstaller.exe --onefile tk.py
failed to create process.

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

-- 
Ullrich Horlacher              Server und Virtualisierung
Rechenzentrum IZUS/TIK         E-Mail: horlacher at 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/



More information about the Python-list mailing list