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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -