Re: [Rpy] Python to R: Conversion puzzle...

2007-10-11 Thread David J. Scholl
FWIW, on WindowsXP, python 2.5 compiled by the python project, numpy 1.0.3.1 compiled by the numpy project, the version of rpy from Manuzhai: http://manuzhai.nl/files/rpy-1.0-RC3.win32-py2.5.exe (the rpy build from sourceforge crashes at import, so I used Manuzhai's build) I observe the same beh

Re: [Rpy] Python to R: Conversion puzzle...

2007-10-09 Thread David J. Scholl
On 10/9/07, Matthew Brett <[EMAIL PROTECTED]> wrote: > Hi, > > > >>> x = numpy.array([1,2,3,4], dtype=numpy.float32) > > >>> rpy.r.mean(x) > > > > *** caught segfault *** > > 32 or 64 bit? > > Matthew > 32-bit Linux distribution (I think this is what you are asking) Dave ---

Re: [Rpy] Python to R: Conversion puzzle...

2007-10-09 Thread David J. Scholl
On 10/9/07, Gregory Warnes <[EMAIL PROTECTED]> wrote: > > It sounds like your version of RPy may have been compiled without > NumPy support. Did you compile it yourself, or are you using a pre- > build version. > I have what appears to be a related issue. rpy 1.0RC3 using numpy 1.0.3 I compiled