Autobahn symmetric RPC -
i trying use symmetric rpc in autobahn.
from autobahn.wamp.protocol import exportprc, wampclientfactory, wampclientprotocol
but, got error:
from autobahn.wamp.protocol import exportrpc, wampclientfactory, wampclientprotocol traceback (most recent call last): file "", line 1, in importerror: cannot import name exportrpcl
i followed http://autobahn.ws/python/installation.html, not work.
it seems v0.9. sample of symmetric rpc can not found. wamp1 can not found. installed v0.10. that's why has problem.
Comments
Post a Comment