[Rpy] py2 and threading

2010-03-18 Thread Carson Farmer
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

Re: [Rpy] 'show' not found

2010-03-18 Thread Mike Sarahan
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.

Re: [Rpy] rpy2.1 beta1+: problems with translated parameters

2010-03-18 Thread Laurent Gautier
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)) >

[Rpy] rpy2.1 beta1+: problems with translated parameters

2010-03-18 Thread Luca Beltrame
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