[Rpy] [ rpy-Bugs-1587588 ] RPy misinterprets "< 2.2e-16" as "-2.2e-16"

2006-10-31 Thread SourceForge.net
Bugs item #1587588, was opened at 2006-10-30 15:29 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1587588&group_id=48422 Please note that this message will contain a full copy of the comment thr

[Rpy] [ rpy-Bugs-1587588 ] RPy misinterprets "< 2.2e-16" as "-2.2e-16"

2006-10-31 Thread SourceForge.net
Bugs item #1587588, was opened at 2006-10-30 15:29 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=1587588&group_id=48422 Please note that this message will contain a full copy o

[Rpy] [ rpy-Bugs-1587588 ] RPy misinterprets "< 2.2e-16" as "-2.2e-16"

2006-10-31 Thread SourceForge.net
Bugs item #1587588, was opened at 2006-10-30 18:29 Message generated for change (Comment added) made by warnes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1587588&group_id=48422 Please note that this message will contain a full copy of the comment thr

[Rpy] [ rpy-Bugs-1587944 ] rpy library fails to initialise on linux

2006-10-31 Thread SourceForge.net
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 o

[Rpy] breakage of rpy in kubuntu edgy-eft

2006-10-31 Thread Jonathan E. Magen
Hello, I was really enjoying the fantastic functionality of rpy and then it broke. It worked yesterday. For whatever reason, when I try to use rpy, the following happens: Type "help", "copyright", "credits" or "license" for more information. >>> import rpy Traceback (most recent call last): File

Re: [Rpy] breakage of rpy in kubuntu edgy-eft

2006-10-31 Thread Toby Hocking
search your sys.path and see if the rpy package is on it. >>> import sys >>> print sys.path if not, add the path where you have rpy installed. TDH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jonathan E. Magen Sent: Tuesday, October 31, 2006 3:44 PM To:

Re: [Rpy] breakage of rpy in kubuntu edgy-eft

2006-10-31 Thread Jonathan E. Magen
I checked it out and my sys.path does have /usr/lib/python2.N/site-packages in there which is where the rpy SO is. The full path of the SO looks wierd to me: /usr/lib/python2.4/site-packages/_rpy2031.so I tried importing it and got the following: >>> import rpy2031 Traceback (most recent call la