Jack Jansen | 138497d | 1995-06-20 12:32:15 +0000 | [diff] [blame] | 1 | This is release 1.2 of modulator, a generator of boilerplate code for |
Guido van Rossum | d211220 | 1995-03-02 14:05:29 +0000 | [diff] [blame] | 2 | modules to be written in C. |
| 3 | |
Jack Jansen | 138497d | 1995-06-20 12:32:15 +0000 | [diff] [blame] | 4 | Difference between 1.2 and 1.1: __doc__ templates are now generated |
| 5 | (thanks to Jim Fulton). |
| 6 | |
| 7 | Difference between 1.1 and 1.0: the templates now use "new-style" |
| 8 | naming conventions. Many thanks to Chak Tan <tan@ee.rochester.edu> for |
| 9 | supplying them. |
Jack Jansen | ebed751 | 1995-05-16 13:47:03 +0000 | [diff] [blame] | 10 | |
| 11 | Usage when you have tk is *really* simple: start modulator, fill out |
Guido van Rossum | d211220 | 1995-03-02 14:05:29 +0000 | [diff] [blame] | 12 | the forms specifying all the objects and methods, tell modulator |
| 13 | whether objects should also be accessible as sequences, etc and press |
| 14 | 'generate code'. It will write a complete skeleton module for you. |
| 15 | |
| 16 | Usage when you don't have tk is slightly more difficult. Look at |
Guido van Rossum | d14e973 | 1999-02-16 17:19:39 +0000 | [diff] [blame^] | 17 | EXAMPLE.py for some details (to run, use "python EXAMPLE.py"). Don't |
| 18 | bother with EXAMPLE.py if you have Tkinter!!! |
Guido van Rossum | d211220 | 1995-03-02 14:05:29 +0000 | [diff] [blame] | 19 | |
| 20 | Oh yeah: you'll probably want to change Templates/copyright, or all |
| 21 | your code ends up as being copyrighted to CWI:-) |
| 22 | |
| 23 | Let me know what you think, |
| 24 | Jack Jansen, jack@cwi.nl |
| 25 | |