@@ -421,11 +421,13 @@ def add_ui(db):
421421 exit_dialog .cancel ("Cancel" , "Back" , active = 0 )
422422 exit_dialog .text ("Acknowledgements" , 135 , 95 , 220 , 120 , 0x30003 ,
423423 "Special Windows thanks to:\n "
424- " LettError, Erik van Blokland, for the Python for Windows graphic.\n "
424+ " LettError, Erik van Blokland, for the \n "
425+ " Python for Windows graphic.\n "
425426 " http://www.letterror.com/\n "
426427 "\n "
427- " Mark Hammond, without whose years of freely shared Windows\n "
428- " expertise, Python for Windows would still be Python for DOS." )
428+ " Mark Hammond, without whose years of freely \n "
429+ " shared Windows expertise, Python for Windows \n "
430+ " would still be Python for DOS." )
429431
430432 exit_dialog .text ("Description" , 135 , 235 , 220 , 20 , 0x30003 ,
431433 "Click the Finish button to exit the Installer." )
@@ -917,7 +919,7 @@ def add_files(db):
917919 lib .start_component ("TkDLLs" , tcltk )
918920 lib .add_file ("_tkinter.pyd" )
919921 dlls .append ("_tkinter.pyd" )
920- tcldir = os .path .normpath (srcdir + "/../tcl84 /bin" )
922+ tcldir = os .path .normpath (srcdir + "/../tcltk /bin" )
921923 for f in glob .glob1 (tcldir , "*.dll" ):
922924 lib .add_file (f , src = os .path .join (tcldir , f ))
923925 # check whether there are any unknown extensions
@@ -937,7 +939,7 @@ def add_files(db):
937939 lib .add_file (f .replace ('pyd' ,'lib' ))
938940 lib .add_file ('python%s%s.lib' % (major , minor ))
939941 # Add Tcl/Tk
940- tcldirs = [(root , '../tcl84 /lib' , 'tcl' )]
942+ tcldirs = [(root , '../tcltk /lib' , 'tcl' )]
941943 tcltk .set_current ()
942944 while tcldirs :
943945 parent , phys , dir = tcldirs .pop ()
0 commit comments