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?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

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

link|improve this answer
Thanks @lgautier. I usually use rpy2 on OSX, but am trying to distribute some development code with collaborators who are completely Windows people. I may still try it, but appreciate the thought that I may need to look elsewhere. – mishaF May 6 '11 at 18:23
You'll have to find what is for you the best option between changing the way you interface with R, changing the OS of the collaborators, implement a client-server solution with rpy2, help the rpy2 project to offer support for Windows. – lgautier May 7 '11 at 8:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.