Displaying 1 result from an estimated 1 matches for "rpy_get".
Did you mean:
rpm_get
2005 Jan 17
1
problem installing RSPython
...quot;, line 21, in call
return RSInternal.call(name, args, other, convert, ref)
RuntimeError: error in calling R: Error in library("RSPython") : .First.lib failed for 'RSPython'
Hmm... But the installation is ok, except for these warnings:
$more err
PythonCall.c: In function `RPy_get':
PythonCall.c:305: warning: passing arg 1 of `PyImport_ImportModule' discards qualifiers from pointer target type
RCall.c: In function `RPy_callPython':
RCall.c:62: warning: passing arg 1 of `PyType_GenericNew' from incompatible pointer type
I'm running R v2.0.1, Python v2.3....