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, 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 and does not work with 2.5...seems like a 
catch22 to me.
 
So the question is....how can I get rpy to work? Or do I have to downgrade to 
Python 2.4?
 
Thanks,
 
David
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to