Suds 在 Ubuntu 虚拟机中运行良好。我克隆了这个虚拟机,现在在不同的环境中运行它。但现在它抛出了这个错误:
ERROR: <urlopen error [Errno -2] Name or service not known>
Traceback (most recent call last):
File "../keystone/keystone/bin/keystone-manage", line 16, in <module>
keystone.manage.main()
File "../keystone/keystone/keystone/manage/__init__.py", line 284, in main
raise exc
urllib2.URLError: <urlopen error [Errno -2] Name or service not known>
这与 urllib2 和代理有关吗?
提前致谢!
, ķ