Has anyone used rpy2 with py2exe?

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?

+3
source share
1 answer

Given the current state of extremely limited rpy2 support in Microsoft Windows, I would consider other options.

+1
source

All Articles