Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a43dbf

Browse files
committed
Drop pydocgui.pyw from the distribution (post-merge merge from 165aa40bfe2e)
1 parent f88c070 commit 3a43dbf

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Tools/msi/msi.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ def add_files(db):
11581158
for f in ['i18n', 'pynche', 'Scripts']:
11591159
lib = PyDirectory(db, cab, tooldir, f, f, "%s|%s" % (tooldir.make_short(f), f))
11601160
lib.glob("*.py")
1161-
lib.glob("*.pyw", exclude=['pydocgui.pyw'])
1161+
lib.glob("*.pyw")
11621162
lib.remove_pyc()
11631163
lib.glob("*.txt")
11641164
if f == "pynche":
@@ -1170,9 +1170,6 @@ def add_files(db):
11701170
lib.add_file("2to3.py", src="2to3")
11711171
lib.add_file("pydoc3.py", src="pydoc3")
11721172
lib.add_file("pyvenv.py", src="pyvenv")
1173-
if have_tcl:
1174-
lib.start_component("pydocgui.pyw", tcltk, keyfile="pydocgui.pyw")
1175-
lib.add_file("pydocgui.pyw")
11761173
# Add documentation
11771174
htmlfiles.set_current()
11781175
lib = PyDirectory(db, cab, root, "Doc", "Doc", "DOC|Doc")

0 commit comments

Comments
 (0)