search for: pythoninit

Displaying 4 results from an estimated 4 matches for "pythoninit".

Did you mean: python_init
2009 Feb 11
1
RSPython
...e_id.so: undefined symbol: PyString_InternFromString (2) I can't even load the test example provided at www.omegahat.org/* RSPython*/ <http://www.omegahat.org/RSPython/> . > Sys.putenv("PYTHONPATH"='/usr/local/lib/R/site-library/RSPython/tests') > .PythonInit() > test <- .PythonNew("RSTest", .module="method") Error in .PythonNew("RSTest", .module = "method") : No such module (3) It doesn't find RS.so if I try dyn.load("RS.so") My OS is Linux Debian (kernel 2.6.27-11-generic) ....
2005 Jan 17
1
problem installing RSPython
Hi, I'm trying to install RSPython v0.5-4 on a debian machine (woody, testing) but am having the following problem. $R CMD INSTALL -c --library=/usr/lib/R/library RSPython_0.5-4.tar.gz 2>err But then... $python >> import RS Error in .PythonInit() : Error in Python call: values Error in library("RSPython") : .First.lib failed for 'RSPython' Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/lib/R/library/RSPython/Python/RS.py", line 69, in ? library("RSPython&...
2005 Mar 18
2
RSPython
Hi, where is the latest version of the RSPython library? Is it compatible with the current stable release of R? Thanks, Darren
2009 Sep 08
0
RSPython can't find module
...and I had to manually copy RSPython.so to RSInternal.so in the libs subdirectory of my RSPython installation. Now RSPython seems to load up OK, with a couple of warnings: > require(RSPython) Loading required package: RSPython Initialized R-Python interface package. Warning messages: 1: In .PythonInit() : the Python callback manager has been registered implicitly using the defaults (referenceManager())! 2: In getPythonHandler() : the Python callback manager has been registered implicitly using the defaults (referenceManager())! and it works fine for built-in functions: > .Python(&quo...