[Rpy] Using rpy in a python-com Object from Excel

2009-02-16 Thread Fadhel benatig
Hi all, I wrote a python-com program to be used within an Excel application. This module uses the rpy functionalities! When I run the com-object from a VBA function or procedure, I get the RuntimeError("Couldn't execute the R interpreter R.exe") raised in the module rpy_tools.py. After a simple

Re: [Rpy] Using rpy in a python-com Object from Excel

2009-02-16 Thread Peter
On Mon, Feb 16, 2009 at 2:20 PM, Fadhel benatig wrote: > > Hi all, > > I wrote a python-com program to be used within an Excel application. > This module uses the rpy functionalities! When I run the com-object > from a VBA function or procedure, I get the RuntimeError("Couldn't > execute the R int