On Wed, May 11, 2011 at 12:22 AM, Yang Zhang <yanghates...@gmail.com> wrote:
> I have R 2.13.0 installed via the CRAN Ubuntu lucid repo (installed
> packages r-base, r-base-dev, and liblapack-dev).  When I tried out
> RPy2 (either 2.1 or 2.2) from ipython, I get a seg fault.  Details
> below.  Any ideas what's going on?  Thanks in advance.

Can you try to run the following script?

---- t.py -----
import os

with os.popen('ls') as f:
    pass

import rpy2.robjects as ro
---- t.py -----

Does

$ python t.py

segfault?

More at 
https://bitbucket.org/lgautier/rpy2/issue/72/rpy-is-not-compatible-with-ospopen

Best regards,

w

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to