Displaying 1 result from an estimated 1 matches for "pytype_genericnew".
2005 Jan 17
1
problem installing RSPython
...he 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 environment variable settings:
PYTHONPATH=/usr/lib/python2.3:/usr/lib/python2.3/site-packages
R_HOME=/usr/lib/R
PYTHONPATH=${PYTHONPATH}:${R_HOME}/lib...