Bugs item #2808629, was opened at 2009-06-18 22:09
Message generated for change (Comment added) made by lgautier
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2808629&group_id=48422

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: unable to import package

Initial Comment:
I currently have R version 2.7.1, which my rpy version (rpy-1.0-RC3) does not 
seem to work with.  When I try to import the rpy package using

from rpy import *

I obtain the following error message:

RHOME= /Library/Frameworks/R.framework/Resources
RVERSION= 2.7.1
RVER= 2071
RUSER= /Users/bdoctrow
Loading Rpy version 2071 ..

Traceback (most recent call last):
 File "/Users/bdoctrow/Python/RPy/rpy_test.py", line 1, in <module>
   from rpy import *
 File "/Users/bdoctrow/Python/RPy/rpy.py", line 117, in <module>
   exec("import _rpy%s as _rpy" % RVER)
 File "<string>", line 1, in <module>
ImportError: No module named _rpy2071

Am I correct in assuming that this is simply that my version of rpy does not 
recognize the version of R that I'm running?  If so, is there a newer version 
of rpy that will work?

----------------------------------------------------------------------

>Comment By: lgautier (lgautier)
Date: 2009-07-09 05:55

Message:
Correct. Building on OS X requires the XCode tools and should not be a
major undertaking.
Beside that, R-2.7.1 is a little old (by R release standards).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2808629&group_id=48422

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to