rpy2 works good in PyCharm and doesn't work in .exe file

﹥>﹥吖頭↗ 提交于 2019-12-13 03:49:53

问题


I am making an app using rpy2 library in Python 3.6.1. Everything works great when I am running the script from PyCharm but in .exe file there is a problem. When I click on the button (I am using tkinter for GUI) I don't get any statistics calculated in rpy2 (and again, everything works in PyCharm). I used cx_freeze to convert to .exe file. Does anyone have the idea what is the problem ? Thanks

来源:https://stackoverflow.com/questions/45391537/rpy2-works-good-in-pycharm-and-doesnt-work-in-exe-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!