Hi list,
I was just looking back on some old posts and there is some mention of
releasing Python's GIL being on the TODO list...
Has this been done/explored any further?
Regards,
Carson
--
Carson J. Q. Farmer
ISSP Doctoral Fellow
National Centre for Geocomputation
National University of Ireland
If anyone else encounters this problem, it appears to be something
with R. After installing R from source (2.10.1) rather than the
Ubuntu package (2.9.2), Rpy2 works as expected.
On Thu, Feb 25, 2010 at 7:07 PM, Mike Sarahan wrote:
> Hi all,
>
> I am running Ubuntu 9.10, with R version 2.9.2.
On 3/18/10 3:03 PM, Luca Beltrame wrote:
> Hello,
>
> I just updated to beta 1, and I found a problem with some of the translated
> parameters in functions.
>
> Test case:
>
> from rpy2.robjects.packages import importr
>
> base = importr("base")
>
> sequence = list(base.seq(-10, 0, length_out=2))
>
Hello,
I just updated to beta 1, and I found a problem with some of the translated
parameters in functions.
Test case:
from rpy2.robjects.packages import importr
base = importr("base")
sequence = list(base.seq(-10, 0, length_out=2))
len(sequence)
Result: 11 # wrong
parameter = {"length.out