We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d591cbc + 9475741 commit f68fcceCopy full SHA for f68fcce
PythonGUI_apps/DataBrowser.spec
@@ -1,10 +1,10 @@
1
-# -*- mode: python -*-
+# -*- mode: python ; coding: utf-8 -*-
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'],
+a = Analysis(['DataBrowser.py'],
+ pathex=['E:\\QT_projects\\Python_GUI_apps\\PythonGUI_apps'],
8
binaries=[],
9
datas=[],
10
hiddenimports=['ipykernel.datapub'],
@@ -33,4 +33,5 @@ coll = COLLECT(exe,
33
a.datas,
34
strip=False,
35
upx=True,
36
+ upx_exclude=[],
37
name='DataBrowser')
0 commit comments