Re: [Rpy] rpy2: alpha2 released

2008-08-07 Thread Laurent Gautier
Great ! I have no access to a Mac, but both Peter and you have pointed out problems with Python 2.4 I can reproduce on linux. The SVN version should now compile and install fine on Python 2.4. The unit tests will segfault when trying to get a vector item for an index value equal to ri.R_LEN_T_MAX+

Re: [Rpy] rpy2: alpha2 released

2008-08-07 Thread Warnes, Gregory R.
Works fine for me after removing the old fink python 2.4 so that I'm using 2.5.1 -G -Original Message- From: Laurent Gautier [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2008 1:06 PM To: Warnes, Gregory R. Cc: rpy-list@lists.sourceforge.net Subject: Re: [Rpy] rpy2: alpha2 release

[Rpy] SF.net SVN: rpy:[620] branches/rpy_nextgen/rpy/rinterface

2008-08-07 Thread lgautier
Revision: 620 http://rpy.svn.sourceforge.net/rpy/?rev=620&view=rev Author: lgautier Date: 2008-08-07 17:33:42 + (Thu, 07 Aug 2008) Log Message: --- Moving conditional definition for Python versions < 2.5 from rinterface.c to rinterface.h Modified Paths: --

Re: [Rpy] rpy2: alpha2 released

2008-08-07 Thread Laurent Gautier
2008/8/7 Laurent Gautier <[EMAIL PROTECTED]>: > 2008/8/7 Warnes, Gregory R. <[EMAIL PROTECTED]>: >> I get a similar error on my Mac Leopard system: >> >> >> [Crooked-2:~/src/rpy_nextgen] warnes% python setup.py build >> running build >> running build_py >> creating build >> creating build/lib.darwi

Re: [Rpy] rpy2: alpha2 released

2008-08-07 Thread Laurent Gautier
2008/8/7 Warnes, Gregory R. <[EMAIL PROTECTED]>: > I get a similar error on my Mac Leopard system: > > > [Crooked-2:~/src/rpy_nextgen] warnes% python setup.py build > running build > running build_py > creating build > creating build/lib.darwin-9.4.0-i386-2.4 > creating build/lib.darwin-9.4.0-i386-

Re: [Rpy] rpy2: alpha2 released

2008-08-07 Thread Laurent Gautier
2008/8/7 Peter <[EMAIL PROTECTED]>: > On Thu, Aug 7, 2008 at 4:49 PM, Laurent Gautier <[EMAIL PROTECTED]> wrote: >> It is looking like the setup script is too picky. >> >> The following patch in setup.py should make work: >> >> >> >> Index: setup.py >> ==

Re: [Rpy] rpy2: alpha2 released

2008-08-07 Thread Warnes, Gregory R.
I get a similar error on my Mac Leopard system: [Crooked-2:~/src/rpy_nextgen] warnes% python setup.py build running build running build_py creating build creating build/lib.darwin-9.4.0-i386-2.4 creating build/lib.darwin-9.4.0-i386-2.4/rpy2 copying rpy/__init__.py -> build/lib.darwin-9.4.0-i386-2

Re: [Rpy] rpy2: alpha2 released

2008-08-07 Thread Peter
On Thu, Aug 7, 2008 at 4:49 PM, Laurent Gautier <[EMAIL PROTECTED]> wrote: > It is looking like the setup script is too picky. > > The following patch in setup.py should make work: > > > > Index: setup.py > === > --- setup.py(revis

Re: [Rpy] rpy2: alpha2 released

2008-08-07 Thread Laurent Gautier
If no critical show-stopper appears, that should be a matter of weeks for the beta. >From beta to release, that should be about a month if everything goes well. After that, there will maintenance releases for 2.0 while I'll branch a 2.1-devel A tentative list of features for 2.1 is: - pythonic se

[Rpy] SF.net SVN: rpy:[619] branches/rpy_nextgen/setup.py

2008-08-07 Thread lgautier
Revision: 619 http://rpy.svn.sourceforge.net/rpy/?rev=619&view=rev Author: lgautier Date: 2008-08-07 15:52:28 + (Thu, 07 Aug 2008) Log Message: --- Get R-specific parameters (fix for MacOSX) Modified Paths: -- branches/rpy_nextgen/setup.py Modified: br

Re: [Rpy] rpy2: alpha2 released

2008-08-07 Thread Laurent Gautier
It is looking like the setup script is too picky. The following patch in setup.py should make work: Index: setup.py === --- setup.py(revision 614) +++ setup.py(working copy) @@ -60,6 +60,9 @@ rconfig = rconfig.strip()

Re: [Rpy] rpy2: alpha2 released

2008-08-07 Thread Peter
On Wed, Aug 6, 2008 at 9:46 PM, Laurent Gautier <[EMAIL PROTECTED]> wrote: > Hi, > > Rpy2 version 2.0.0-alpha2 was released. > > The beta release, and then the release, should arrive soon now. > > It is easier to make changes now that later (so do not wait too long > before giving feedback). Has a

Re: [Rpy] rpy2: alpha2 released

2008-08-07 Thread laurent oget
Great news! Do you have an estimate of what soon would be? Days, weeks or months? Laurent 2008/8/6 Laurent Gautier <[EMAIL PROTECTED]> > Hi, > > Rpy2 version 2.0.0-alpha2 was released. > > The beta release, and then the release, should arrive soon now. > > It is easier to make changes now that l