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

guilherme.polo python-checkins at python.org
Wed Jul 16 20:57:46 CEST 2008


Author: guilherme.polo
Date: Wed Jul 16 20:57:46 2008
New Revision: 65029

Log:
Updated to reflect current usage

Modified:
   sandbox/trunk/ttk-gsoc/README

Modified: sandbox/trunk/ttk-gsoc/README
==============================================================================
--- sandbox/trunk/ttk-gsoc/README	(original)
+++ sandbox/trunk/ttk-gsoc/README	Wed Jul 16 20:57:46 2008
@@ -4,13 +4,13 @@
 Testing Code
 ------------
 
-You will need Python with a _tkinter compiled against Tcl/Tk 8.5
-otherwise Tile[1] has to be installed. I have tested it under Linux
+You will need Python with a _tkinter compiled against Tcl/Tk 8.5[1]
+otherwise Tile[2] has to be installed. I have tested it under Linux
 with python 2.5.2 (Ubuntu package), python-trunk, release25-maint and
-py3k repos and under Windows XP with python 2.5.1.
+py3k repos and under Windows XP with python 2.5.1 and python 2.6b1.
 
-Given that you meet the requirements, you should be able to run the
-samples passing the appropriate PYTHONPATH (ttk-gsoc/src/2.x or
+Given that your system meet the requirements, you should be able to run
+the samples passing the appropriate PYTHONPATH (ttk-gsoc/src/2.x or
 ttk-gsoc/src/3.x depending on your python version) or placing the ttk
 module somewhere in sys.path.
 If you are not sure if you have Tile installed correctly or if your
@@ -18,7 +18,8 @@
 of any class present in the ttk or Tkinter module, like Tkinter.Tk(),
 and if no TclError exception is raised then you meet the requirements.
 
-[1] I've tested it with Tile 0.8.2 and it works, but I would recommend
+[1] I've shortly used it with Tcl/Tk 8.6a1 too.
+[2] I've tested it with Tile 0.8.2 and it works, but I would recommend
     upgrading to Tcl/Tk 8.5 so you get antialiased fonts and other
     nice features. If you are testing this wrapper with Tile, it will
     look for the environment variable TILE_LIBRARY, which you can set
@@ -74,4 +75,4 @@
 To use both the ttk module and the new idlelib, you could start idle as
 this:
 
-$ PYTHONPATH=~/ttk-gsoc/src/2.x:~/ttk-gsoc/src/ idle
+$ PYTHONPATH=~/ttk-gsoc/src/2.x:~/ttk-gsoc/src/ python src/idlelib/idle.py


More information about the Python-checkins mailing list