MCPcopy Index your code
hub / github.com/dashingsoft/pyarmor-webui / call_pyinstaller

Function call_pyinstaller

handler8.py:44–48  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

42
43
44def call_pyinstaller(options):
45 p = Popen([sys.executable, '-m', 'PyInstaller'] + options)
46 p.wait()
47 if p.returncode != 0:
48 raise RuntimeError('Build bundle failed (%s)' % p.returncode)
49
50
51def call_pyarmor(args, homepath=None, debug=False):

Callers 1

_build_targetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected