> "Leblanc," == Leblanc, Alain <[EMAIL PROTECTED]> writes:
> rpy 1.0-rc1 has a fix for this problem. You can download from
> sourceforge. I only tested with python 2.4, though.
OK, I upgraded everything to python2.4 and rpy 1.0-rc1 and
everithing works ok.
Now I'm fightin
>>>>> "Peter" == Peter (RPy List) <[EMAIL PROTECTED]> writes:
> Luca Manini wrote:
>>>>>>> "Alain" == Alain Leblanc <[EMAIL PROTECTED]> writes:
>> > Hi Luca, Which version of rpy are you
> "Alain" == Alain Leblanc <[EMAIL PROTECTED]> writes:
> Hi Luca, Which version of rpy are you using?
# python
>>> from rpy_version import rpy_version
>>> print rpy_version
0.99.2
>>>
#
--
bye, Luca
---
Hi,
I'm writing, on GNU/Linux (Debian), some code with rpy, that should
work also (actually mainly) on Windows. Today I've tried to make it
run on Windows, with no success.
The problem is very simple to explain: import rpy does not work;
neither from a DOS shell nor from IDLE or form a script.