[Python] Aiuto con pyinstaller

NIcola Montecchiari omega.centauri a gmail.com
Mer 25 Gen 2017 10:47:14 CET


Ciao a tutti,

spero questo sia il posto giusto dove chiedere aiuto. Ho usato con successo
pyinstaller circa 1.5 anni fa. Ora,per un nuovo applicativo, ho creato
l'eseguibile, ma al lancio mi restituisce un errore.

Vi allego il log di pyinstaller dallo stdout e lo screenshot dell'errore.

Ringrazio di cuore qualsiasi anima pia che sappia come ovviare al problema.

-- 
Nicola
Sky Monsters - http://www.skymonsters.net
Skype: betelgeuse368
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20170125/9257b6f0/attachment-0001.html>
-------------- parte successiva --------------
E:\Sviluppo\AstroScheduler_Standalone_0.63>pyinstaller --onefile App1.py
4379 INFO: PyInstaller: 3.2
4379 INFO: Python: 2.7.10
4379 INFO: Platform: Windows-7-6.1.7601-SP1
4379 INFO: wrote E:\Sviluppo\AstroScheduler_Standalone_0.63\App1.spec
4380 INFO: UPX is not available.
4411 INFO: Extending PYTHONPATH with paths
['E:\\Sviluppo\\AstroScheduler_Standalone_0.63',
 'E:\\Sviluppo\\AstroScheduler_Standalone_0.63']
4411 INFO: checking Analysis
4411 INFO: Building Analysis because out00-Analysis.toc is non existent
4426 INFO: Initializing module dependency graph...
4458 INFO: Initializing module graph hooks...
4725 INFO: running Analysis out00-Analysis.toc
4959 INFO: Adding Microsoft.VC90.CRT to dependent assemblies of final executable

  required by e:\python27\python.exe
20667 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.crt_
1fc8b3b9a1e18e3b_9.0.21022.8_none_60a5df56e60dc5df.manifest
20683 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.crt_
1fc8b3b9a1e18e3b_9.0.30729.1_none_8550c6b5d18a9128.manifest
20684 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.crt_
1fc8b3b9a1e18e3b_9.0.30729.4148_none_f47e1bd6f6571810.manifest
20717 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.crt_
1fc8b3b9a1e18e3b_9.0.30729.4940_none_f47ed0f6f6564d90.manifest
20717 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.crt_
1fc8b3b9a1e18e3b_9.0.30729.6161_none_f480bfaef65491a5.manifest
20779 INFO: Searching for assembly x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.3
0729.6161_none ...
20795 INFO: Found manifest C:\Windows\WinSxS\Manifests\x86_microsoft.vc90.crt_1f
c8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57.manifest
21014 INFO: Searching for file msvcr90.dll
21014 INFO: Found file C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b
_9.0.30729.6161_none_50934f2ebcb7eb57\msvcr90.dll
21029 INFO: Searching for file msvcp90.dll
21029 INFO: Found file C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b
_9.0.30729.6161_none_50934f2ebcb7eb57\msvcp90.dll
21029 INFO: Searching for file msvcm90.dll
21029 INFO: Found file C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b
_9.0.30729.6161_none_50934f2ebcb7eb57\msvcm90.dll
21107 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.crt_
1fc8b3b9a1e18e3b_9.0.21022.8_none_60a5df56e60dc5df.manifest
21107 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.crt_
1fc8b3b9a1e18e3b_9.0.30729.1_none_8550c6b5d18a9128.manifest
21107 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.crt_
1fc8b3b9a1e18e3b_9.0.30729.4148_none_f47e1bd6f6571810.manifest
21107 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.crt_
1fc8b3b9a1e18e3b_9.0.30729.4940_none_f47ed0f6f6564d90.manifest
21107 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.crt_
1fc8b3b9a1e18e3b_9.0.30729.6161_none_f480bfaef65491a5.manifest
21107 INFO: Adding redirect Microsoft.VC90.CRT version (9, 0, 21022, 8) -> (9, 0
, 30729, 6161)
24703 INFO: Caching module hooks...
25080 INFO: Analyzing E:\Sviluppo\AstroScheduler_Standalone_0.63\App1.py
28559 INFO: Processing pre-safe import module hook   win32com
30094 INFO: Processing pre-find module path hook   distutils
38347 INFO: Processing pre-safe import module hook   _xmlplus
39503 INFO: Loading module hooks...
39503 INFO: Loading module hook "hook-distutils.py"...
39519 INFO: Loading module hook "hook-sysconfig.py"...
39535 INFO: Loading module hook "hook-xml.py"...
39736 INFO: Loading module hook "hook-httplib.py"...
39736 INFO: Loading module hook "hook-_tkinter.py"...
41175 INFO: checking Tree
41175 INFO: Building Tree because out00-Tree.toc is non existent
41175 INFO: Building Tree out00-Tree.toc
41502 INFO: checking Tree
41518 INFO: Building Tree because out01-Tree.toc is non existent
41518 INFO: Building Tree out01-Tree.toc
41799 INFO: Loading module hook "hook-pubsub.core.py"...
42539 INFO: Loading module hook "hook-requests.py"...
42555 INFO: Loading module hook "hook-pywintypes.py"...
42776 INFO: Loading module hook "hook-encodings.py"...
44088 INFO: Loading module hook "hook-win32com.py"...
44337 INFO: Loading module hook "hook-pythoncom.py"...
44619 INFO: Looking for ctypes DLLs
44634 INFO: Analyzing run-time hooks ...
44634 INFO: Including run-time hook 'pyi_rth__tkinter.py'
44680 INFO: Including run-time hook 'pyi_rth_win32comgenpy.py'
44712 INFO: Looking for dynamic libraries
51252 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.mfc_
1fc8b3b9a1e18e3b_9.0.30729.1_none_7dd1e0ebd6590e0b.manifest
51282 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.mfc_
1fc8b3b9a1e18e3b_9.0.30729.4148_none_ecff360cfb2594f3.manifest
51299 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.mfc_
1fc8b3b9a1e18e3b_9.0.30729.6161_none_ed01d9e4fb230e88.manifest
51361 INFO: Searching for assembly x86_Microsoft.VC90.MFC_1fc8b3b9a1e18e3b_9.0.3
0729.6161_none ...
51361 INFO: Found manifest C:\Windows\WinSxS\Manifests\x86_microsoft.vc90.mfc_1f
c8b3b9a1e18e3b_9.0.30729.6161_none_4bf7e3e2bf9ada4c.manifest
51377 INFO: Searching for file mfc90.dll
51377 INFO: Found file C:\Windows\WinSxS\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b
_9.0.30729.6161_none_4bf7e3e2bf9ada4c\mfc90.dll
51377 INFO: Searching for file mfc90u.dll
51377 INFO: Found file C:\Windows\WinSxS\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b
_9.0.30729.6161_none_4bf7e3e2bf9ada4c\mfc90u.dll
51377 INFO: Searching for file mfcm90.dll
51377 INFO: Found file C:\Windows\WinSxS\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b
_9.0.30729.6161_none_4bf7e3e2bf9ada4c\mfcm90.dll
51377 INFO: Searching for file mfcm90u.dll
51377 INFO: Found file C:\Windows\WinSxS\x86_microsoft.vc90.mfc_1fc8b3b9a1e18e3b
_9.0.30729.6161_none_4bf7e3e2bf9ada4c\mfcm90u.dll
51439 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.mfc_
1fc8b3b9a1e18e3b_9.0.30729.1_none_7dd1e0ebd6590e0b.manifest
51439 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.mfc_
1fc8b3b9a1e18e3b_9.0.30729.4148_none_ecff360cfb2594f3.manifest
51439 INFO: Found C:\Windows\WinSxS\Manifests\x86_policy.9.0.microsoft.vc90.mfc_
1fc8b3b9a1e18e3b_9.0.30729.6161_none_ed01d9e4fb230e88.manifest
51439 INFO: Adding redirect Microsoft.VC90.MFC version (9, 0, 21022, 8) -> (9, 0
, 30729, 6161)
318471 INFO: Looking for eggs
318472 INFO: Using Python library e:\python27\python27.dll
318472 INFO: Found binding redirects:
[BindingRedirect(name=u'Microsoft.VC90.MFC', language=None, arch=u'x86', oldVers
ion=(9, 0, 21022, 8), newVersion=(9, 0, 30729, 6161), publicKeyToken=u'1fc8b3b9a
1e18e3b'), BindingRedirect(name=u'Microsoft.VC90.CRT', language=None, arch=u'x86
', oldVersion=(9, 0, 21022, 8), newVersion=(9, 0, 30729, 6161), publicKeyToken=u
'1fc8b3b9a1e18e3b')]
318508 INFO: Warnings written to E:\Sviluppo\AstroScheduler_Standalone_0.63\buil
d\App1\warnApp1.txt
318999 INFO: checking PYZ
318999 INFO: Building PYZ because out00-PYZ.toc is non existent
318999 INFO: Building PYZ (ZlibArchive) E:\Sviluppo\AstroScheduler_Standalone_0.
63\build\App1\out00-PYZ.pyz
320605 INFO: checking PKG
320605 INFO: Building PKG because out00-PKG.toc is non existent
320605 INFO: Building PKG (CArchive) out00-PKG.pkg
321873 INFO: Redirecting Microsoft.VC90.CRT version (9, 0, 21022, 8) -> (9, 0, 3
0729, 6161)
336719 INFO: Bootloader e:\python27\lib\site-packages\PyInstaller\bootloader\Win
dows-32bit\run.exe
336719 INFO: checking EXE
336720 INFO: Building EXE because out00-EXE.toc is non existent
336720 INFO: Building EXE from out00-EXE.toc
336748 INFO: Appending archive to EXE E:\Sviluppo\AstroScheduler_Standalone_0.63
\dist\App1.exe
-------------- parte successiva --------------
Un allegato non testuale è stato rimosso....
Nome:        screenshot.jpg
Tipo:        image/jpeg
Dimensione:  30027 bytes
Descrizione: non disponibile
URL:         <http://lists.python.it/pipermail/python/attachments/20170125/9257b6f0/attachment-0001.jpg>


Maggiori informazioni sulla lista Python