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?