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

2008-09-03 Thread lgautier
Revision: 649 http://rpy.svn.sourceforge.net/rpy/?rev=649&view=rev Author: lgautier Date: 2008-09-03 07:28:53 + (Wed, 03 Sep 2008) Log Message: --- tentative fix for the external (non-R) blas or lapack libraries (someone to test ?) Modified Paths: -- br

Re: [Rpy] problem installing rpy2

2008-09-03 Thread Robert Nuske
Hi laurent, I just opend my mail-program to write you that I had to delete 'Rlapack', 'Rblas' to make the setup.py finally work, when I saw the note about your change in svn. I checked out revision 649. And yes, I can confirm it works now ;-) I was wondering about line 107 in setup.py include_

Re: [Rpy] problem installing rpy2

2008-09-03 Thread laurent
On Wed, 2008-09-03 at 09:49 +0200, Robert Nuske wrote: > Hi laurent, > > I just opend my mail-program to write you that I had to > delete 'Rlapack', 'Rblas' to make the setup.py finally work, when I saw the > note about your change in svn. > > I checked out revision 649. > And yes, I can confir

Re: [Rpy] How to install rpy on 64bit machine?

2008-09-03 Thread laurent
Checking what is the first error message seems to be helpful. (headers for Python appear to be missing) On Wed, 2008-09-03 at 18:35 +0900, Hyunchul Kim wrote: > In file included from src/rpymodule2070.c:51: > src/RPy.h:56:20: error: Python.h: No such file or directory > In file included from src/R

Re: [Rpy] How to install rpy on 64bit machine?

2008-09-03 Thread Hyunchul Kim
Thank you for your comments. :) I installed python-dev, which includes Python.h file, and then rpy was successfully installed. On Wed, Sep 3, 2008 at 6:40 PM, laurent <[EMAIL PROTECTED]> wrote: > Checking what is the first error message seems to be helpful. > (headers for Python appear to be miss

Re: [Rpy] RPy Compile Error on OS X 10.5 with Python 2.5.1 R

2008-09-03 Thread Etuka Onono
That's better, thanks very much. It is a little strange that the compile messages don't point out missing headers. Etuka On 3 Sep 2008, at 10:40, [EMAIL PROTECTED] wrote: > > Date: Tue, 02 Sep 2008 21:36:14 -0700 > From: "Nicholas Lewin-Koh" <[EMAIL PROTECTED]> > Subject: Re: [Rpy] RPy Compile