I hope to port some Python code that uses RPY2 to run R functions in a dll using py2exe and then, ultimately, for COM objects to integrate with an employee's C # project.
If rpy2's inclusion in py2exe is not too painful, this can save a fair bit of transcoding. Anyone have suggestions based on their experience?
source
share