有人用过 rpy2 和 py2exe 吗?
我希望将一些使用 RPY2 运行 R 函数的 Python 代码移植到使用 py2exe 的 dll 中,然后最终移植到 COM 对象,以便与协作者的 C# 项目集成。
如果将 rpy2 合并到 py2exe 中不是太痛苦,那么这可以节省相当多的重新编码。有人根据自己的经验提出建议吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
鉴于目前 Microsoft Windows 上对 rpy2 的支持极其有限,我会考虑其他选择。
Given the current state of extremely limited support of rpy2 on Microsoft Windows, I'd consider other options.