On Mon, Oct 13, 2008 at 10:02 AM, laurent <[EMAIL PROTECTED]> wrote:
> ...is available for download.
> - It should build and runs with R-2.7.x, R-2.8.0, and Python-2.4, 2.5,
> and 2.6.0 on Linux, MacOSX, and win32

Hi Laurent,

I downloaded the rpy2-2.0.0b1.tax.gz file and I tried this on MacOSX
with R version 2.7.0 (2008-04-22) and python 2.5.2.

I had some initial problems which I think were causes by an old
installation, which I have now removed before re-installing.

How do I run the test suite?  Trying these didn't work:

python setup.py test
python setup.py check

I'd like to be able to check the version of rpy2 from within python.
Should this work?

>>> import rpy2
>>> rpy2.__version__
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute '__version__'
>>> dir(rpy2)
['__builtins__', '__doc__', '__file__', '__name__', '__path__']

Thanks

Peter

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to