Displaying 2 results from an estimated 2 matches for "rpythonmodule".
Did you mean:
pythonmodule
2010 May 20
1
RSpython Ubuntu
...hon.bsh
** libs
gcc -std=gnu99 -I/usr/share/R/include -I../inst/include -I/usr/include/python2.6
-D_R_=1 -DUSE_R=1 -fpic -g -O2 -c GeneralConverters.c -o
GeneralConverters.o
In file included from ../inst/include/UserConverters.h:4,
from GeneralConverters.c:1:
../inst/include/RPythonModule.h:4:20: error: Python.h: No such file or directory
In file included from ../inst/include/UserConverters.h:4,
from GeneralConverters.c:1:
../inst/include/RPythonModule.h:14: error: expected ?=?, ?,?, ?;?, ?asm? or
?__attribute__? before ?*? token
../inst/include/RPythonModule.h:15:...
2003 Dec 09
3
Interfacing R and Python in MS Windows
Hi all,
I need the power of R from within some of my Python programs...
I use debian linux (woody) at home and windows XP at work (the
latter is where I need to get things done!)
This are my packages:
R 1.8.0
Python 2.3
RSPython 0.5-3
This is what I've done:
(1) Since the Windows Binary of RSPython is compiled against
Python 2.2 I downloaded the tarball
(2) Followed the instructions in