Skip to content

Commit

Permalink
Trying to get pyinstaller on macOS to recognize the full_gui again
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Nov 2, 2019
1 parent 1cf83d3 commit 16e4531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runsharp/SHARPpy-osx.spec
Expand Up @@ -21,7 +21,7 @@ import sharppy
# Analyze the SHARPpy package to get dependencies, etc.
a = Analysis(['SHARPpy.py'],
pathex=['/Users/vsts/agent/2.155.1/work/1/s/runsharp', '/Users/vsts/agent/2.155.1/work/1/s', '/Users/blumberg/SHARPpy/runsharp'],
hiddenimports=['xml.etree.ElementTree', 'sharppy.io.pecan_decoder', 'sharppy.io.spc_decoder', 'sharppy.io.buf_decoder', 'sharppy.io.uwyo_decoder', 'datasources.available', 'sharppy.sharptab.prof_collection', 'certifi'],
hiddenimports=['xml.etree.ElementTree', 'sharppy.io.pecan_decoder', 'sharppy.io.spc_decoder', 'sharppy.io.buf_decoder', 'sharppy.io.uwyo_decoder', 'datasources.available', 'sharppy.sharptab.prof_collection'],
hookspath=None,
runtime_hooks=None)
a.binaries = [x for x in a.binaries if not x[0].startswith("scipy")]
Expand Down

0 comments on commit 16e4531

Please sign in to comment.