From: Bob D. <bd...@si...> - 2005-08-03 20:16:30
|
Nice!!!!! Applied! I'll try to get out an official 1.3.5 release. - bob On Tue, 2005-08-02 at 13:19 -0600, William K. Volkman wrote: > 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. > |