Hello,

I've just built the new version of package rpy (0.21, I believe) and can't
seem to get it to work. The build went smoothly, I believe (log attached
below), but when I try to import the rpy module, there's some problem:

[aconitum:~] kpflugs% python
Python 2.2.1 (#1, Apr 11 2002, 15:43:28)
[GCC 2.95.2 19991024 (release)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.path
['', '/sw/lib/python2.2', '/sw/lib/python2.2/plat-darwin',
'/sw/lib/python2.2/lib-tk', '/sw/lib/python2.2/lib-dynload',
'/sw/lib/python2.2/site-packages',
'/sw/lib/python2.2/site-packages/Numeric']
>>> import rpy
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/sw/lib/python2.2/site-packages/rpy.py", line 24, in ?
    import _rpy
ImportError: Failure linking new module

The rpy files are where they're supposed to be, and visible to python:

[aconitum:~] kpflugs% cd /sw/lib/python2.2/site-packages/
[aconitum:lib/python2.2/site-packages] kpflugs% ls -l *rpy*
-rwxr-xr-x    1 root     admin       99428 Apr 26 15:46 _rpymodule.so
-rw-r--r--    1 root     admin        2900 Apr 12 18:18 rpy.py
-rw-r--r--    1 root     admin        4502 Apr 26 15:46 rpy.pyc

So, what could be wrong? I know I had an earlier rpy version working some
time ago...

Thanks for any hint

Kaspar Pflugshaupt


-- 

Kaspar Pflugshaupt
Geobotanisches Institut
Zuerichbergstr. 38
CH-8044 Zuerich

Tel. ++41 1 632 43 19
Fax  ++41 1 632 12 15

mailto:[EMAIL PROTECTED]
privat:[EMAIL PROTECTED]
http://www.geobot.umnw.ethz.ch


_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to