Re: [Rpy] ImportError for rpy2-2.3.3

2013-03-11 Thread Laurent Gautier
Hi, The use of R_PrintWarings() was removed from rpy2's codebase in both branches version_2.3.x and default. It should solve the problem. L. On 2013-03-07 08:09, Laurent Gautier wrote: Hi, rpy2 is not much tested with the current R-devel (R-3.0). From the error message it seems that Rf_Pri

Re: [Rpy] ImportError for rpy2-2.3.3

2013-03-06 Thread Laurent Gautier
Hi, rpy2 is not much tested with the current R-devel (R-3.0). From the error message it seems that Rf_PrintWarnings (part of R's C-API, at least until 2.15.3) is no longer there. Try with a more recent R-devel (yours is about 2 weeks old) and file a bug report on the bitbucket page for rpy2.