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 last): File "<stdin>", line 1, in ? ImportError: No module named rpy2031 >>> import _rpy2031 Segmentation fault On 10/31/06, Toby Hocking <[EMAIL PROTECTED]> wrote: > 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: rpy-list@lists.sourceforge.net > Subject: [Rpy] breakage of rpy in kubuntu edgy-eft > > > 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 "<stdin>", line 1, in ? > ImportError: No module named rpy > >>> > > I have tried this with both 2.4 and 2.5 to no avail. I even removed > the package and re-installed it. As I have never encountered a > breakage of this type before in Python, I am apealling for help. > > -- > Jonathan E. Magen > PHN: 267-242-6288 > WEB: http://www.yonkeltron.com > AIM: SuspectAshkenaz > GOOGLE TALK: yonkeltron > > ------------------------------------------------------------------------- > 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 > > ------------------------------------------------------------------------- > 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 > -- Jonathan E. Magen PHN: 267-242-6288 WEB: http://www.yonkeltron.com AIM: SuspectAshkenaz GOOGLE TALK: yonkeltron ------------------------------------------------------------------------- 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