我试图在python中运行AutobahnPython slowsquare rpc example而没有太多运气。
运行上述脚本时,我正在
Traceback (most recent call last):
File "C:\src\twisted-test\rpc_server.py", line 39, in <module>
runner.run(Component)
File "C:\Python27\lib\site-packages\autobahn\twisted\wamp.py", line 245, in run
raise connect_error.exception
twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 10061: No connection could be made because the target machine actively refused it..
我对tw / Autobahn和websockets一般没有太多经验,而且我有点卡住了。我试过使用网络套接字的其他例子工作得很好。
我在Windows 7上使用python 2.7。谢谢。
答案 0 :(得分:0)
我看到Autobahn框架的开发者推荐了以下内容:
pip install crossbar
cd $HOME/mynode
crossbar init
crossbar start
以下是有关您问题的主题:autobahn google groups