diff options
author | Guido van Rossum <guido@python.org> | 1999-02-16 17:19:39 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-02-16 17:19:39 (GMT) |
commit | d14e97378bd87b34a4b2440ace74e7ade5ad6695 (patch) | |
tree | 3f15ab6cbcf0ca2b8f6fffe9403d72ba8243f93a /Tools/modulator | |
parent | e96a31da9610a994bd259fe21abae151750aedc5 (diff) | |
download | cpython-d14e97378bd87b34a4b2440ace74e7ade5ad6695.zip cpython-d14e97378bd87b34a4b2440ace74e7ade5ad6695.tar.gz cpython-d14e97378bd87b34a4b2440ace74e7ade5ad6695.tar.bz2 |
Clarify how EXAMPLE.py is to be used ("python EXAMPLE.py", not
"python modulator.py EXAMPLE.py") and that it's only there in case
you don't have Tkinter.
Diffstat (limited to 'Tools/modulator')
-rw-r--r-- | Tools/modulator/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/modulator/README b/Tools/modulator/README index 30b5622..aae86b4 100644 --- a/Tools/modulator/README +++ b/Tools/modulator/README @@ -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:-) |