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 ------------------------------------------------------------------------- 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