Re: [Rpy] Problems of installing rpy2.2.2 under python3.2.1

2011-08-01 Thread Laurent Gautier
What I would like is that is returned when in a shell you write "R --version" and press "enter". L. On 2011-08-01 08:34, Peng Lian wrote: At 2011-08-01 13:19:23,"Laurent Gautier" wrote: The setup script meets something unexpected regarding the R version. What does "R --version" ret

Re: [Rpy] Problems of installing rpy2.2.2 under python3.2.1

2011-08-01 Thread Peng Lian
R --version R Under development (unstable) (2011-07-27 r56513) Copyright (C) 2011 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-unknown-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under the terms o

Re: [Rpy] Problems of installing rpy2.2.2 under python3.2.1

2011-08-01 Thread Laurent Gautier
That's because of a recent change in R-2.14-dev: development R does no longer report the target release number (I am not about why they made it this way). This change is breaking setup.py when fetching the R version. Until I fix it, you have to either rely on R-2.13 (latest release) or hack set

Re: [Rpy] Problems of installing rpy2.2.2 under python3.2.1

2011-08-01 Thread Peng Lian
Got it! Thanks. At 2011-08-01 17:56:35,"Laurent Gautier" wrote: That's because of a recent change in R-2.14-dev: development R does no longer report the target release number (I am not about why they made it this way). This change is breaking setup.py when fetching the R version. Until I fix it