[Python-checkins] r64001 - sandbox/trunk/ttk-gsoc/README

guilherme.polo python-checkins at python.org
Sat Jun 7 00:25:41 CEST 2008


Author: guilherme.polo
Date: Sat Jun  7 00:25:40 2008
New Revision: 64001

Log:
Updated README to reflect the current usage of a idlelib branch.

Modified:
   sandbox/trunk/ttk-gsoc/README

Modified: sandbox/trunk/ttk-gsoc/README
==============================================================================
--- sandbox/trunk/ttk-gsoc/README	(original)
+++ sandbox/trunk/ttk-gsoc/README	Sat Jun  7 00:25:40 2008
@@ -57,7 +57,7 @@
 Tk source code            http://tktoolkit.cvs.sourceforge.net/tktoolkit/
 
 
-Experimental Tile
+Experimental IDLE
 =================
 
 Another part of the project is moving the idlelib to use the new ttk
@@ -69,9 +69,9 @@
 Testing it
 ----------
 
-You will find a idlelib_ttk.diff inside the src/ directory. In order to
-apply it you will need to checkout the python-trunk repo, the same you did
-at `Reading the Documentation`_.
-After applying it, start idle (adapt as needed):
+You will find a idlelib directory at src/idlelib, which should be added to
+your PYTHONPATH if you want to run IDLE using this experimental branch.
+To use both the ttk module and the new idlelib, you could start idle as
+this:
 
-$ PYTHONPATH=~/ttk-gsoc/src/2.x ./python Tools/scripts/idle
+$ PYTHONPATH=~/ttk-gsoc/src/2.x:~/ttk-gsoc/src/ idle


More information about the Python-checkins mailing list