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