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

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -