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

guilherme.polo python-checkins at python.org
Tue Sep 2 23:09:43 CEST 2008


Author: guilherme.polo
Date: Tue Sep  2 23:09:43 2008
New Revision: 66165

Log:
Updated to tell about the test suite

Modified:
   sandbox/trunk/ttk-gsoc/README

Modified: sandbox/trunk/ttk-gsoc/README
==============================================================================
--- sandbox/trunk/ttk-gsoc/README	(original)
+++ sandbox/trunk/ttk-gsoc/README	Tue Sep  2 23:09:43 2008
@@ -14,9 +14,12 @@
 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
-tkinter is compiled against Tk 8.5, you could try creating an instance of
-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.
+tkinter is compiled against Tk 8.5, try running the test suite:
+
+$ PYTHONPATH=ttk-gsoc/src/2.x python ttk-gsoc/src/2.x/test/runtests.py
+
+Be sure to adapt the above line according to your system.
+
 
 [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


More information about the Python-checkins mailing list