Peter wrote:
> Alex Mandel wrote:
>> A quick questions on getting started with Rpy:
>>
>> 1. Does the previously mentioned problem also include any notes about a
>> R6025 run-time error in Visual C++
>> It's mentioned as a programmer error in a Microsoft doc
>> http://support.microsoft.com/kb/125749
>> It may also be related to the fact that I don't have admin rights no the
>> machine and had to add a user env variable for the R path.
>> Right now what happens is I call import rpy(or from rpy import *) , it
>> prints a few lines like it's connecting the pops up a windows error with
>> the above mentioned code after which the interpreter closes.
> 
> When you installed R, did you let it record its location in the 
> registry?  On Windows, rpy will check the registry first, and only if 
> that fails will it try the environment variable.  You do have to have 
> Mark Hammond's win32 extensions installed so that python can read the 
> registry.
> 
>> 2. I'm a little confused by the homepage which seems slightly outdated,
>> is Rpy still using Numeric or is it using Numpy now?
> 
> That is what is clearly stated on the webpage... however I think Greg 
> added numpy support around March 2007.
> 
> http://rpy.sourceforge.net/download.html
> 
> Peter
> 

Ok, I tried it on another machine that I have control over and got the 
same error in windows 2000. I made sure to let R write to the registry 
and I'm doing this in pythonwin IDE so, yup I've got win32 ext.

Could it be the version of R? Based on the kb page it seemed like an 
error in how the dll is retrieved in Rpy. Keep in mind it is finding it 
and it's printing the R version to screen and then quiting, I guess I 
should figure out exactly what line is causing the crash.

Any other ideas?
Alex

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to