Skip to content

Commit fa93719

Browse files
authored
Update setup_d2t_exe.py
1 parent 785e213 commit fa93719

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup_d2t_exe.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@
8686
os.environ['TK_LIBRARY'] = os.path.join(sys.exec_prefix, r'tcl\tk8.6')
8787
dlls = os.path.join(sys.exec_prefix, r'Library\bin')
8888

89-
base = None
89+
base = 'console' # None for cmd-line
9090
if sys.platform == 'win32':
91-
base = 'Win32GUI'
91+
base = 'gui' # If only a GUI should be shown
9292

9393
# http://msdn.microsoft.com/en-us/library/windows/desktop/aa371847(v=vs.85).aspx
9494
shortcut_table = [
@@ -199,7 +199,7 @@
199199
'markupsafe',
200200
# 'matplotlib',
201201
'matplotlib.tests',
202-
'matplotlib.mpl-data',
202+
# 'matplotlib.mpl-data',
203203
'msgpack',
204204
'nbconvert',
205205
'nbformat',

0 commit comments

Comments
 (0)