0

https://github.com/tavendo/AutobahnPython/tree/master/examples/twisted/wamp/basicにリストされている Autobahn Python ツイスト サンプルを実行したかったのです。ただし、client.py を実行すると、常に TypeError が返されます。

$ python client.py -c pubsub.basic.frontend.Component
Traceback (most recent call last):
  File "client.py", line 88, in <module>
    client = clientFromString(reactor, args.websocket)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/endpoints.py", line 1029, in clientFromString
    kwargs = _clientParsers[name](*args, **kwargs)
TypeError: _parseClientTCP() takes exactly 0 arguments (2 given)

環境の詳細: Ubuntu 12.04.2 LTS 64 ビット、Python 2.7.3、アウトバーン 0.8.6

インストール手順:

aptitude install python-twisted python-dev
aptitude install python-pip
pip install --upgrade twisted
pip install autobahn
pip install --upgrade autobahn

助けてください!サンプルを実行するにはどうすればよいですか? server.py は問題なく動作します。

4

0 に答える 0