我正在使用 google app engine 创建一个访问预测 api 的应用程序。当我在网站上更新它时,我可以运行该应用程序,但是我无法在 localhost:8080 上运行它。
我是一个绝对的菜鸟,非常感谢任何帮助。
这是错误:
<type 'exceptions.IOError'>: [Errno 13] file not accessible: '/dev/urandom'
args = (13, 'file not accessible')
errno = 13
filename = '/dev/urandom'
message = ''
strerror = 'file not accessible'