【发布时间】:2015-04-29 07:45:13
【问题描述】:
我正在尝试在高速公路上使用对称 RPC。
从 autobahn.wamp.protocol 导入 exportPRC、WampClientFactory、WampClientProtocol
但是,我收到了这个错误:
从 autobahn.wamp.protocol 导入 exportRPC、WampClientFactory、WampClientProtocol 回溯(最近一次通话最后): 文件“”,第 1 行,在 ImportError: 无法导入名称 exportRPCl
我关注了http://autobahn.ws/python/installation.html,但无法让它工作。
【问题讨论】:
标签: autobahn