Manuzhai,
Well, for whatever reason it worked for me, and I'm running home XP. I'm a
python and an R newbie, so finding this was a great relief, and now I can get
down to some serious stuff.
Apparently there have been a number of people who have posted this type of
problem. I hope they find
d installing numeric...worked...but still
>>rpy did notstill freezes at the same location.
>>
>>I am now out of ideas on how to get rpy to work on windows vista with the
>>latest R and Python installs.
>>
>>
>>
>>
>>
>>>Date: Mon, 10
th the
> latest R and Python installs.
>
>
>
> > Date: Mon, 10 Sep 2007 09:31:37 +0100
> > From: [EMAIL PROTECTED]
> > To: rpy-list@lists.sourceforge.net
> > Subject: Re: [Rpy] Python 2.5 and R 2.5.1 and Windows Vista
>
> >
> > David Montgomer
[EMAIL PROTECTED]> To:
> rpy-list@lists.sourceforge.net> Subject: Re: [Rpy] Python 2.5 and R 2.5.1 and
> Windows Vista> > David Montgomery wrote:> > Also, per the rpy install
> directions, required libraries are the > > win32api modules and the numeric
> module. Th
David Montgomery wrote:
> Also, per the rpy install directions, required libraries are the
> win32api modules and the numeric module. The win32api is fine.
> However, I do have numpy but the numeric module only works with python
> 2.4 so I cant install it. If numeric is a requirment for rpy a
Hi
I have windows vista, running the latest versions of R and Python.
Apperently some people have experienced the same problems I am which is a
program freeze at the following line of code in rpy.py
exec("import _rpy%s as _rpy" % RVER) which translates to
import _rpy2051 as _rpy
Also, p