Bugs item #1587944, was opened at 2006-10-31 15:39
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1587944&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: POSIX
Group: rpy
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Dion (redl0tus)
Assigned to: Walter Moreira (wall_m)
Summary: rpy library fails to initialise on linux

Initial Comment:
I'm running:

Linux kernel 2.6.16
Python 2.3 and 2.4.4c0
R version 2.4.0 (2006-10-03)

I get the following error for both versions of python:

>>> import rpy
RHOME= /usr/lib/R
RVERSION= 2.4.0
RVER= 2040
RUSER= /global/home/dion
Loading Rpy version 2040 ..Error in
checkConflicts(value) : unimplemented type 'character'
in 'asLogical'
 Done.
Creating the R object 'r' ..Error in get(x, envir,
mode, inherits) : variable "help" was not found

Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.3/site-packages/rpy.py", line
318, in ?
    r = R()
  File "/usr/lib/python2.3/site-packages/rpy.py", line
269, in __init__
    self.helpfun = with_mode(NO_CONVERSION,
self.__getitem__('help'))
  File "/usr/lib/python2.3/site-packages/rpy.py", line
290, in __getitem__
    obj = self.__dict__[name] = self.__dict__.get(name,
self.get(name))
rpy.RException: Error in get(x, envir, mode, inherits)
: variable "help" was not found


Cheers,
d

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

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

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to