libR.so
:
--- rpy-0.3.5.orig/setup.py +++ rpy-0.3.5/setup.py @@ -54,7 +54,7 @@ RHOME = get_R_HOME() DEFINE.append(('R_HOME', '"%s"' %RHOME)) -r_libs = os.path.join(RHOME, 'bin') +r_libs = os.path.join(RHOME, 'lib') # edd 11 Oct 2004: changed to 'lib' for 2.0.0 source_files = ["src/rpymodule.c", "src/R_eval.c", "src/io.c"] if sys.platform=='win32':which may be useful to someone else trying to update RPy.
Update: Greg just told me by email that the fix is in CVS too, so a new RPy will have it.