From: William K. V. <wk...@us...> - 2005-08-02 19:19:21
|
Hello Bob, On Tue, 2005-08-02 at 10:26, Bob Doan wrote: > > Cool. Send it in when you get a chance and perhaps include an example > w/ all the callbacks working???? Attached you'll find a patch which updates the changed files and a .tar.gz file which provides the new files (unpack in rlib directory). The new files will have to be added to CVS. The module bindings/interfaces/rlib.py (SWIG generated I think) has to become rlibcompat.py (to provide a backward compatible interface). There isn't a replacement for it. Instead the rlibmodule.c provides a full python C extension. Example programs are in src/examples/python, after make install go into python and type: >>> import rlib >>> help(rlib) And you'll see the difference. Cheers, William. |