gpt4 book ai didi

python - jsonrpc 的导入错误

转载 作者:行者123 更新时间:2023-11-28 16:38:38 26 4
gpt4 key购买 nike

我正在尝试关注 this演练如何在 jsonrpc 中使用 ServiceProxy

我按照说明进行操作,但在导入 ServiceProxy 时遇到错误。

这是我使用的代码:

#!usr/bin/python
import sys
import json
from jsonrpc import ServiceProxy

givex = jsonrpc.ServiceProxy()
print "foo"

这导致:

enter image description here

谁能帮我解决这个问题,或者对使用更好的 jsonrpc 库提出建议。

最佳答案

您正在学习的教程似乎已过时。尝试

from jsonrpc.proxy import JSONRPCProxy
givex = JSONRPCProxy.from_url("http://localhost/url/of/your/service.py")

关于python - jsonrpc 的导入错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22545576/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com