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

guilherme.polo python-checkins at python.org
Tue Jan 27 02:18:41 CET 2009


Author: guilherme.polo
Date: Tue Jan 27 02:18:41 2009
New Revision: 68988

Log:
Some small fixes and updated the list of Python versions tested.


Modified:
   sandbox/trunk/ttk-gsoc/README

Modified: sandbox/trunk/ttk-gsoc/README
==============================================================================
--- sandbox/trunk/ttk-gsoc/README	(original)
+++ sandbox/trunk/ttk-gsoc/README	Tue Jan 27 02:18:41 2009
@@ -4,15 +4,17 @@
 Testing Code
 ------------
 
-You will need Python with a _tkinter compiled against Tcl/Tk 8.5[1]
+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 and python 2.6b1.
+with all the Python 2.5.x releases, Python 2.6, Python 3.0, as well
+the python-trunk and py3k repos, and, under Windows XP with python 2.5.1
+and python 2.6.
 
 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.
+the tests with an appropriated 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 any test fail, report it as a bug.
+
 If you are not sure if you have Tile installed correctly or if your
 tkinter is compiled against Tk 8.5, try running the test suite:
 
@@ -34,13 +36,13 @@
 
 There are just ttk.rst and tk.rst.diff files at Doc/library and while you
 could read the ttk.rst with any editor you will probably want to read it
-nicely formatted as html.
-To generate this html, you will have to checkout the python trunk
+in a better format.
+To generate html from ttk.rst you will need to checkout the python trunk
 repository (the one I tested with the docs):
 
    $ svn co http://svn.python.org/projects/python/trunk python-trunk
 
-And then, optionally, apply tk.rst.diff using patch -p0 < file.diff. Next
+And then, optionally, apply tk.rst.diff using patch -p0 < tk.rst.diff. Next
 you have to place ttk-gsoc/Doc/library/ttk.rst in python-trunk/Doc/library
 and then cd into python-trunk/Doc/library and do:
 


More information about the Python-checkins mailing list