[Python-checkins] python/dist/src/PCbuild readme.txt,1.41,1.42

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sat, 21 Jun 2003 18:42:22 -0700


Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1:/tmp/cvs-serv26456/PCbuild

Modified Files:
	readme.txt 
Log Message:
2.3b2 on Windows will ship with Tcl/Tk 8.4.3.  Note:  this still didn't
fix the hangs on Win98SE when starting IDLE via "python" from a DOS box,
but did appear to make them harder to provoke.  I closed that bug report
as being hopeless (and if someone wants to open it again, don't dare
assign it to me again <0.1 wink>).


Index: readme.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/readme.txt,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** readme.txt	21 Mar 2003 01:55:41 -0000	1.41
--- readme.txt	22 Jun 2003 01:42:20 -0000	1.42
***************
*** 77,81 ****
  _tkinter
      Python wrapper for the Tk windowing system.  Requires building
!     Tcl/Tk first.  Following are instructions for Tcl/Tk 8.4.1:
  
      Get source
--- 77,81 ----
  _tkinter
      Python wrapper for the Tk windowing system.  Requires building
!     Tcl/Tk first.  Following are instructions for Tcl/Tk 8.4.3:
  
      Get source
***************
*** 84,97 ****
          http://prdownloads.sourceforge.net/tcl/
      and download
!         tcl841-src.zip
!         tk841-src.zip
      Unzip into
!         dist\tcl8.4.1\
!         dist\tk8.4.1\
      respectively.
  
!     Build Tcl first (done here w/ MSVC 6 on Win2K; also Win98SE)
      ---------------
!     cd dist\tcl8.4.1\win
      run vcvars32.bat [necessary even on Win2K]
      nmake -f makefile.vc
--- 84,97 ----
          http://prdownloads.sourceforge.net/tcl/
      and download
!         tcl843-src.zip
!         tk843-src.zip
      Unzip into
!         dist\tcl8.4.3\
!         dist\tk8.4.3\
      respectively.
  
!     Build Tcl first (done here w/ MSVC 6 on Win98SE)
      ---------------
!     cd dist\tcl8.4.3\win
      run vcvars32.bat [necessary even on Win2K]
      nmake -f makefile.vc
***************
*** 101,114 ****
  
      XXX Some tests failed in "nmake -f makefile.vc test".
  
      Build Tk
      --------
!     cd dist\tk8.4.1\win
!     nmake -f makefile.vc TCLDIR=..\..\tcl8.4.1
!     nmake -f makefile.vc TCLDIR=..\..\tcl8.4.1 INSTALLDIR=..\..\tcl84 install
  
      XXX Should we compile with OPTS=threads?
  
!     XXX Some tests failed in "nmake -f makefile.vc test".
  
      XXX Our installer copies a lot of stuff out of the Tcl/Tk install
--- 101,117 ----
  
      XXX Some tests failed in "nmake -f makefile.vc test".
+     XXX all.tcl:  Total 10480   Passed 9743    Skipped 719     Failed 18
  
      Build Tk
      --------
!     cd dist\tk8.4.3\win
!     nmake -f makefile.vc TCLDIR=..\..\tcl8.4.3
!     nmake -f makefile.vc TCLDIR=..\..\tcl8.4.3 INSTALLDIR=..\..\tcl84 install
  
      XXX Should we compile with OPTS=threads?
  
!     XXX I have no idea whether "nmake -f makefile.vc test" passed or
!     XXX failed.  It popped up tons of little windows, and did lots of
!     XXX stuff, and nothing blew up.
  
      XXX Our installer copies a lot of stuff out of the Tcl/Tk install