[Rpy] FW: import rpy not working on Windows

2006-09-15 Thread Luca Manini
> "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

Re: [Rpy] import rpy not working on Windows

2006-09-14 Thread Luca Manini
>>>>> "Peter" == Peter (RPy List) <[EMAIL PROTECTED]> writes: > Luca Manini wrote: >>>>>>> "Alain" == Alain Leblanc <[EMAIL PROTECTED]> writes: >> > Hi Luca, Which version of rpy are you

Re: [Rpy] import rpy not working on Windows

2006-09-14 Thread Luca Manini
> "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 ---

[Rpy] import rpy not working on Windows

2006-09-13 Thread Luca Manini
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.