]> granicus.if.org Git - python/commitdiff
Clarify how EXAMPLE.py is to be used ("python EXAMPLE.py", not
authorGuido van Rossum <guido@python.org>
Tue, 16 Feb 1999 17:19:39 +0000 (17:19 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 16 Feb 1999 17:19:39 +0000 (17:19 +0000)
"python modulator.py EXAMPLE.py") and that it's only there in case
you don't have Tkinter.

Tools/modulator/README

index 30b5622034b64cf487b378ea1db89b8cb21c6abd..aae86b4a7519a57cb672ec0f8d301e47342f2920 100644 (file)
@@ -14,7 +14,8 @@ whether objects should also be accessible as sequences, etc and press
 'generate code'. It will write a complete skeleton module for you.
 
 Usage when you don't have tk is slightly more difficult. Look at
-EXAMPLE.py for some details.
+EXAMPLE.py for some details (to run, use "python EXAMPLE.py").  Don't
+bother with EXAMPLE.py if you have Tkinter!!!
 
 Oh yeah: you'll probably want to change Templates/copyright, or all
 your code ends up as being copyrighted to CWI:-)