SXXXXXXX_CppPythonDebug/cpp_python_debug.spec

6 lines
673 B
Python

block_cipher = None
a = Analysis(pathex=['cpp_python_debug', '.'], binaries=[], datas=[], hiddenimports=['pexpect.popen_spawn'], hookspath=[], runtime_hooks=[], excludes=[], win_no_prefer_redirects=False, win_private_assemblies=False, cipher=block_cipher, noarchive=False, scripts=['cpp_python_debug\\__main__.py'])
pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher)
exe = EXE(pyz, a.scripts, exclude_binaries=True, name='cpp_python_debug', debug=False, bootloader_ignore_signals=False, strip=False, upx=True, console=True, icon='cpp_python_debug.ico')
coll = COLLECT(exe, a.binaries, a.zipfiles, a.datas, strip=False, upx=True, upx_exclude=[], name='cpp_python_debug')