Bugs item #1908350, was opened at 2008-03-05 14:07
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=1908350&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: rpy
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: the R.__repr__ method is broken

Initial Comment:
$ python
Python 2.5.1 (r251:54863, Oct  5 2007, 13:36:32) 
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import rpy
>>> rpy.r
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "rpy.py", line 323, in __repr__
    Rver = self.__getitem__('R_version_string')
  File "rpy.py", line 306, in __getitem__
    obj = self.__dict__[name] = self.__dict__.get(name, self.get(name)) 
rpy.RPy_RException: Error in get(x, envir, mode, inherits) : variable 
"R_version_string" was not found

Note: I used the 1.0.1 release of rpy.

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

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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to