worked for me.
rpy, ipython, scipy, numpy, matplotlib were all installed using synaptic on Edgy Eft (ubuntu 6.10).
no special building...

:~$ipython
Python 2.4.4c1 (#2, Oct 11 2006, 21:51:02)
Type "copyright", "credits" or "license" for more information.

IPython 0.7.2 -- An enhanced Interactive Python.
?       -> Introduction to IPython's features.
%magic  -> Information about IPython's 'magic' % functions.
help    -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.

In [3]: import sys

In [4]: sys.path.append('/usr/share/pycentral/python-rpy/site-packages/')

In [5]: import rpy
RHOME= /usr/lib/R
RVERSION= 2.3.1
RVER= 2031
RUSER= /home/...
Loading Rpy version 2031 .. Done.
Creating the R object 'r' ..  Done

hope this helps!


On 11/1/06, Jonathan E. Magen <[EMAIL PROTECTED]> wrote:
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]]On 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

-------------------------------------------------------------------------
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