platomav / MEAnalyzer

Intel Engine & Graphics Firmware Analysis Tool
Other
1.07k stars 206 forks source link

Compile with PyInstaller error #27

Closed VadimPoperdim closed 3 years ago

VadimPoperdim commented 3 years ago

PyInstaller: 3.3.1 Python: 3.9.2 Platform: Windows-10

Error File "C:\Users\User1\AppData\Local\Programs\Python\Python39\lib\site-packages\PyInstaller\building\utils.py", line 632, in strip_paths_in_code return code_func(co.co_argcount, co.co_kwonlyargcount, co.co_nlocals, co.co_stacksize, TypeError: an integer is required (got type bytes)

VadimPoperdim commented 3 years ago

build in exe sorry!

VadimPoperdim commented 3 years ago

ERROR with py2exe too!

E:\DELL\ME\MEAnalyzer-1.189.2-r234\MEAnalyzer-1.189.2-r234>python -m py2exe.build_exe MEA.py -c --bundle-files 0

4 missing Modules

? HTMLParser imported from pltable.compat ? _posixshmem imported from multiprocessing.resource_tracker, multiprocessing.shared_memory ? readline imported from cmd, code, pdb ? resource imported from test.support Traceback (most recent call last): File "C:\Users\я\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\я\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "C:\Users\я\AppData\Local\Programs\Python\Python39\lib\site-packages\py2exe\build_exe.py", line 141, in main() File "C:\Users\я\AppData\Local\Programs\Python\Python39\lib\site-packages\py2exe\build_exe.py", line 138, in main builder.build() File "C:\Users\я\AppData\Local\Programs\Python\Python39\lib\site-packages\py2exe\runtime.py", line 238, in build self.build_exe(target, exe_path, options.libname) AttributeError: 'Namespace' object has no attribute 'libname'

VadimPoperdim commented 3 years ago

Error not resolved

platomav commented 3 years ago

These are not ME Analyzer related issues. Unrelated to MEA.py. Something on your end.

VadimPoperdim commented 3 years ago

ok