Hmm. Other folks (including myself) don't seem to be having a
problem with the new version. Can you add a print statement into
the rpy.py file to make sure you are getting the one you are looking at?
-G
On Dec 20, 2007, at 10:21PM , Mario Beauchamp wrote:
> Hi Gregory,
>
> On Dec 20, 20
Hi Barry,
Grab the latest SVN version of rpy. I've added the ability to avoid
setting up reading and writing the console via rpy_options:
import rpy_options
rpy_options.set_options(SETUP_READ_CONSOLE=False,
SETUP_WRITE_CONSOLE=False, SETUP_SHOWFILES=False)
from rpy im
Hi Laurent,
I'm glad to see your contributions. Robj, in particular, has needed
to be expanded to support all of the (appropriate) python operations
for some time. Make sure and look at the stuff in /sandbox ...
Since 2.2 was released Dec 2001, I expect that we can now drop
support for p
Hi,
I am currently going into the details of rpy
(and sending patches).
I find that a number of things are a little oldish python-wise:
a number of conditional definitions refer to a python version lower
than 2.2.
Is there interest in keeping back-compatibility that would go that far ?
Laurent