Marcos wrote:
>> The responses to your questions are:
>>
>> 1. No, I did not setup R_HOME. By the way, how can I do this?
>>

Laurent wrote:
>
> set R_HOME=C:\Program Files\R\R-2.8.0 should fix this. It looks like
> your R_HOME variable is set, but set to a wrong value.
>

If you were asking how to do this, on Windows XP goto your desktop,
right click on "My Computer" and select "Properties".  Then click on
the "Advanced" tab. This should have a button at the bottom left
called "Environment Variables", click on this.  See if R_HOME exists
already, but if not you can try adding it.

>> 2. Yes, R is in my path. My path is as follow:
>> C:\RTools\bin;C:\RTools\perl\bin;C:\Program Files\HTML Help
>> Workshop;C:\Program Files\R\R-2.8.0\bin;
>> C:\Program Files\MiKTeX 2.5\miktex\bin;C:\PROGRA~1\R\GTK\bin;C:\Program
>> Files\Python25\;
>> C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
>> C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\ggobi

That's good.  Rpy2 should have been able to use that information (if
R_HOME is not setup).

>> 3. Yes. R is in my registry

That's good.  Rpy2 should have been able to use that information if
win32api is installed (if R_HOME is not setup).

>> 4. I have Python 2.5 ActiveState distribuition installed. How can I see if I
>> have this module installed?

At the python prompt, try "import win32api".  If this works, it is
installed.  If you get an ImportError, it is not.  This module comes
as part of Mark Hammond's pywin32 package, see
http://sourceforge.net/projects/pywin32/

Peter

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to