在本地主机上,应用程序工作正常,没有任何错误,在我将应用程序部署在ubuntu服务器vps上之后,当尝试生成pdf文件时,它在控制台中给出了这个错误:Apr 12 16:31:51 ubuntu gunicorn[18725]: OSError: [Errno2] No such file or directory
在下面的
运行pyinstaller时,我遇到"OSError: Errno2没有这样的文件或目录“。有人能告诉我需要安装什么或做什么才能解决这个问题吗? File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
raise child
我正在使用GitPython将远程存储库获取到我的机器上。下面的代码在我的Ubuntu12.04上运行得很好,但是在我的亚马逊ec2上,在Ubuntu11.10服务器上,我得到了OSError: Errno2No The file or directory errorrepo.create_remote('origin',repo_url) origin.pull(origin.refs[0].remot