File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ # -*- mode: python -*-
2+
3+ block_cipher = None
4+
5+
6+ a = Analysis (['C:\\ Users\\ lindat18\\ Dropbox\\ Ginger_Lab\\ Data_Analysis\\ PythonGUI_apps\\ DataBrowser.py' ],
7+ pathex = ['C:\\ Users\\ lindat18\\ Dropbox\\ Ginger_Lab\\ Data_Analysis\\ PythonGUI_apps' ],
8+ binaries = [],
9+ datas = [],
10+ hiddenimports = ['ipykernel.datapub' ],
11+ hookspath = [],
12+ runtime_hooks = [],
13+ excludes = [],
14+ win_no_prefer_redirects = False ,
15+ win_private_assemblies = False ,
16+ cipher = block_cipher ,
17+ noarchive = False )
18+ pyz = PYZ (a .pure , a .zipped_data ,
19+ cipher = block_cipher )
20+ exe = EXE (pyz ,
21+ a .scripts ,
22+ [],
23+ exclude_binaries = True ,
24+ name = 'DataBrowser' ,
25+ debug = False ,
26+ bootloader_ignore_signals = False ,
27+ strip = False ,
28+ upx = True ,
29+ console = True )
30+ coll = COLLECT (exe ,
31+ a .binaries ,
32+ a .zipfiles ,
33+ a .datas ,
34+ strip = False ,
35+ upx = True ,
36+ name = 'DataBrowser' )
You can’t perform that action at this time.
0 commit comments