search for: pythoncall

Displaying 3 results from an estimated 3 matches for "pythoncall".

2005 Jan 17
1
problem installing RSPython
...rary/RSPython/Python/RS.py", 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 runnin...
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
2001 Nov 01
0
Re: [Omega-help] RSPython_0.3.0 on FreeBSD 4.*:
...ors. I ran example(.Python) and example(.PythonPath) and they both worked fine. Some miscellaneous notes about FreeBSD and this Package: --with-threads: Using the configure-arg 'with-threads' resulted in the following error on FreeBSD: gcc -shared -o RSPython.so GeneralConverters.o PythonCall.o PythonFunctionConverters.o PythonReferences.o PythonReflectance.o RCall.o RPythonConverters.o RPythonReferences.o UserConverters.o -L/usr/local/lib -L/usr/local/lib/python2.1/config -lpython2.1 -L/usr/local/lib/R/bin -lpthread -lc_r -lutil /usr/libexec/elf/ld: cannot find -lpthread *** Error cod...