Problem Packaging on Win10

62 views
Skip to first unread message
Assigned to elliot...@gmail.com by me

Elliot Garbus

unread,
Dec 2, 2018, 1:14:55 PM12/2/18
to Kivy users support
I have built an app that packages and runs correctly in Win7.  It does not package and run correctly on Win10.

Here are a subset of the warnings I'm getting from PyInstaller on Win10.  I do NOT see these warnings on Win7.  I can find these files on my dev machine. but I'm not sure where to include them in the specfile.  I have tried a number of different things - but none have resolved the issue.  I have attached the specfile. Please Help!!! 


3981 WARNING: lib not found: api-ms-win-crt-locale-l1-1-0.dll dependency of c:\users\ellio\appdata\local\programs\python\python37-32\python.exe
4081 WARNING: lib not found: api-ms-win-crt-stdio-l1-1-0.dll dependency of c:\users\ellio\appdata\local\programs\python\python37-32\python.exe
4174 WARNING: lib not found: api-ms-win-crt-math-l1-1-0.dll dependency of c:\users\ellio\appdata\local\programs\python\python37-32\python.exe
4268 WARNING: lib not found: api-ms-win-crt-heap-l1-1-0.dll dependency of c:\users\ellio\appdata\local\programs\python\python37-32\python.exe
4377 WARNING: lib not found: api-ms-win-crt-runtime-l1-1-0.dll dependency of c:\users\ellio\appdata\local\programs\python\python37-32\python.exe
4627 WARNING: lib not found: api-ms-win-crt-locale-l1-1-0.dll dependency of c:\users\ellio\appdata\local\programs\python\python37-32\python37.dll
4737 WARNING: lib not found: api-ms-win-crt-stdio-l1-1-0.dll dependency of c:\users\ellio\appdata\local\programs\python\python37-32\python37.dll
4825 WARNING: lib not found: api-ms-win-crt-runtime-l1-1-0.dll dependency of c:\users\ellio\appdata\local\programs\python\python37-32\python37.dll
4935 WARNING: lib not found: api-ms-win-crt-environment-l1-1-0.dll dependency of c:\users\ellio\appdata\local\programs\python\python37-32\python37.dll
5028 WARNING: lib not found: api-ms-win-crt-time-l1-1-0.dll dependency of c:\users\ellio\appdata\local\programs\python\python37-32\python37.dll
5122 WARNING: lib not found: api-ms-win-crt-filesystem-l1-1-0.dll dependency of c:\users\ellio\appdata\local\programs\python\python37-32\python37.dll
5216 WARNING: lib not found: api-ms-win-crt-convert-l1-1-0.dll dependency of c:\users\ellio\appdata\local\programs\python\python37-32\python37.dll
5310 WARNING: lib not found: api-ms-win-crt-conio-l1-1-0.dll dependency of c:\users\ellio\appdata\local\programs\python\python37-32\python37.dll
5419 WARNING: lib not found: api-ms-win-crt-math-l1-1-0.dll dependency of c:\users\ellio\appdata\local\programs\python\python37-32\python37.dll
5513 WARNING: lib not found: api-ms-win-crt-process-l1-1-0.dll dependency of c:\users\ellio\appdata\local\programs\python\python37-32\python37.dll
5606 WARNING: lib not found: api-ms-win-crt-heap-l1-1-0.dll dependency of c:\users\ellio\appdata\local\programs\python\python37-32\python37.dll

try.spec

Elliot Garbus

unread,
Dec 2, 2018, 5:25:24 PM12/2/18
to Kivy users support
Problem solved:
add:  'C:\\Windows\\SysWOW64\\downlevel\\' to the pathex list in Analysis.  This should be updated in the packaging documentation.
Reply all
Reply to author
Forward
0 new messages