source: trunk/essentials/dev-lang/python/Tools/modulator/README@ 3315

Last change on this file since 3315 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 980 bytes
Line 
1This is release 1.2 of modulator, a generator of boilerplate code for
2modules to be written in C.
3
4Difference between 1.2 and 1.1: __doc__ templates are now generated
5(thanks to Jim Fulton).
6
7Difference between 1.1 and 1.0: the templates now use "new-style"
8naming conventions. Many thanks to Chak Tan <[email protected]> for
9supplying them.
10
11Usage when you have tk is *really* simple: start modulator, fill out
12the forms specifying all the objects and methods, tell modulator
13whether objects should also be accessible as sequences, etc and press
14'generate code'. It will write a complete skeleton module for you.
15
16Usage when you don't have tk is slightly more difficult. Look at
17EXAMPLE.py for some details (to run, use "python EXAMPLE.py"). Don't
18bother with EXAMPLE.py if you have Tkinter!!!
19
20Oh yeah: you'll probably want to change Templates/copyright, or all
21your code ends up as being copyrighted to CWI:-)
22
23Let me know what you think,
24 Jack Jansen, [email protected]
25
Note: See TracBrowser for help on using the repository browser.