Agustin Lobo wrote:
> Hi!
> After installing (python setup.py install), I run the tests and get
> the following. What should I do?
When looking at what failed, you'll notice that the failure is forced
(something like "assertTrue(False)" is bound to fail) and that a short
explanation as a comment
Hi!
After installing (python setup.py install), I run the tests and get
the following. What should I do?
Thanks
Agus
# python
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import rpy2.tests
>>