Question

I am hoping to port some Python code that uses RPY2 to run R functions into dlls using py2exe then, ultimately, to COM objects for integration with a C# project of a collaborator.

If incorporating rpy2 into py2exe is not too painful, this could save a fair bit of recoding. Does anyone have suggestions based on their experience?

Was it helpful?

Solution

Given the current state of extremely limited support of rpy2 on Microsoft Windows, I'd consider other options.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top