We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785e213 commit fa93719Copy full SHA for fa93719
1 file changed
setup_d2t_exe.py
@@ -86,9 +86,9 @@
86
os.environ['TK_LIBRARY'] = os.path.join(sys.exec_prefix, r'tcl\tk8.6')
87
dlls = os.path.join(sys.exec_prefix, r'Library\bin')
88
89
-base = None
+base = 'console' # None for cmd-line
90
if sys.platform == 'win32':
91
- base = 'Win32GUI'
+ base = 'gui' # If only a GUI should be shown
92
93
# http://msdn.microsoft.com/en-us/library/windows/desktop/aa371847(v=vs.85).aspx
94
shortcut_table = [
@@ -199,7 +199,7 @@
199
'markupsafe',
200
# 'matplotlib',
201
'matplotlib.tests',
202
- 'matplotlib.mpl-data',
+ # 'matplotlib.mpl-data',
203
'msgpack',
204
'nbconvert',
205
'nbformat',
0 commit comments