Bugs item #2808629, was opened at 2009-06-18 20:09
Message generated for change (Tracker Item Submitted) made by nobody
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: Open
Resolution: None
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?

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

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

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to