search for: pythonreflect

Displaying 2 results from an estimated 2 matches for "pythonreflect".

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.*:
...ey 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 code 1 Replacing '-lpthread' with '-pthread' i...