Displaying 1 result from an estimated 1 matches for "pyimport_importmodul".
Did you mean:
pyimport_importmodule
2005 Jan 17
1
problem installing RSPython
...gs, 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.4 and have the r-base-dev and
python2.3-dev packages installed. Relevant...