Hello.

I am having problems installing rpy.  The version I download is 1.0.3 of
rpy, python is 2.5 and R is 2.11.1.  Rpy compiles fine.  However there is a
runtime error when importing rpy dealing with R_CStackLimit.
I have added #define of CSTACK_DEFNS and extern the variable R_CStackLimit.
However, I am still getting symbol not found.  (R has it defined).

Any insights would be extremely helpful!
Thanks


Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Library/Python/2.5/site-packages/rpy.py", line 134, in <module>
    """ % RVERSION)
RuntimeError: dlopen(/Library/Python/2.5/site-packages/_rpy2111.so, 2):
Symbol not found: _R_CStackLimit
  Referenced from: /Library/Python/2.5/site-packages/_rpy2111.so
  Expected in: flat namespace
 in /Library/Python/2.5/site-packages/_rpy2111.so

      RPy module can not be imported. Please check if your rpy
      installation supports R 2.11.1. If you have multiple R versions
      installed, you may need to set RHOME before importing rpy. For
      example:
  
      >>> from rpy_options import set_options
      >>> set_options(RHOME='c:/progra~1/r/rw2011/')
      >>> from rpy import *

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to