Package: python2.3-rpy
Version: 0.99.2-1

I have just installed fresh copies of python, R, and rpy.  When
importing rpy in a python script, the package fails to import:

# python
Python 2.3.5 (#2, Mar  6 2006, 10:12:24)
[GCC 4.0.3 20060304 (prerelease) (Debian 4.0.2-10)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
 >>> import rpy
RHOME= /usr/lib/R
RVERSION= 2.2.1
RVER= 2021
RUSER= /root
Loading Rpy version 2021 ..
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.3/site-packages/rpy.py", line 112, in ?
    exec("import _rpy%s as _rpy" % RVER)
  File "<string>", line 1, in ?
ImportError: No module named _rpy2021
 >>>

I believe this is similar to #330213.

All packages are from "testing".

Linux debian-server-vm 2.6.15-1-486 #2 Mon Mar 6 15:19:16 UTC 2006 i686
GNU/Linux

libc version: 2.3.6-3

Reply via email to