pyinstaller błąd. ,gdy tworzę exe.

0

Gdy chciałem zrobić exe pyinstallerm wyskoczył mi taki błąd:

434 INFO: PyInstaller: 3.6
435 INFO: Python: 2.7.18
435 INFO: Platform: Windows-7-6.1.7601-SP1
440 INFO: wrote C:\Users\ms\Desktop\HejoPAccountsChecker_1.3\start.spec
449 INFO: UPX is not available.
452 INFO: Extending PYTHONPATH with paths
['C:\\Users\\ms\\Desktop\\HejoPAccountsChecker_1.3',
 'C:\\Users\\ms\\Desktop\\HejoPAccountsChecker_1.3\\lib',
 'C:\\Users\\ms\\Desktop\\HejoPAccountsChecker_1.3']
453 INFO: checking Analysis
644 INFO: checking PYZ
794 INFO: checking PKG
802 INFO: Building because c:\python27\lib\struct.pyc changed
802 INFO: Building PKG (CArchive) PKG-00.pkg
Traceback (most recent call last):
  File "c:\python27\lib\runpy.py", line 174, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "c:\python27\lib\runpy.py", line 72, in _run_code
    exec code in run_globals
  File "C:\Python27\Scripts\pyinstaller.exe\__main__.py", line 9, in <module>
  File "c:\python27\lib\site-packages\PyInstaller\__main__.py", line 114, in run

    run_build(pyi_config, spec_file, **vars(args))
  File "c:\python27\lib\site-packages\PyInstaller\__main__.py", line 65, in run_
build
    PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs)
  File "c:\python27\lib\site-packages\PyInstaller\building\build_main.py", line
734, in main
    build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build'
))
  File "c:\python27\lib\site-packages\PyInstaller\building\build_main.py", line
681, in build
    exec(code, spec_namespace)
  File "C:\Users\ms\Desktop\HejoPAccountsChecker_1.3\start.spec", line 33, in <m
odule>
    console=True )
  File "c:\python27\lib\site-packages\PyInstaller\building\api.py", line 436, in
 __init__
    upx_exclude=self.upx_exclude
  File "c:\python27\lib\site-packages\PyInstaller\building\api.py", line 199, in
 __init__
    self.__postinit__()
  File "c:\python27\lib\site-packages\PyInstaller\building\datastruct.py", line
160, in __postinit__
    self.assemble()
  File "c:\python27\lib\site-packages\PyInstaller\building\api.py", line 262, in
 assemble
    dist_nm=inm)
  File "c:\python27\lib\site-packages\PyInstaller\building\utils.py", line 220,
in checkCache
    digest = cacheDigest(fnm, redirects)
  File "c:\python27\lib\site-packages\PyInstaller\building\utils.py", line 365,
in cacheDigest
    with open(fnm, "rb") as f:
IOError: [Errno 2] No such file or directory: u'C:\\WINDOWS\\WinSxS\\Manifests\\
amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9625_none_08e1c10da83fbc83.m
anifest'

Python 2.7. Jakiego programu mi brakuje? Pyinstaller 3.6.

1

nie chce mi się czytać całości .. ale zdaje się ze UPXa?

UPX is not available.

pobierz... zainstaluj/wypakuj ... dodaj ścieżkę do zmiennych środowiskowych
https://github.com/upx/upx/releases/tag/v3.96

w sumie na końcu burzy się o vc90.plepleple ... więc może też brakuje Ci Microsoft Visual C++ 2008 redistributable

0

Niestety nie działa.

0

Tak, to samo. Nie wiem o co chodzi. Pierwszy raz takie coś mam.

0 użytkowników online, w tym zalogowanych: 0, gości: 0