Package Details: python-autobahn 0.10.4-2

Package Base: python-autobahn
Description: WebSocket and WAMP for Twisted and Asyncio
Upstream URL: http://autobahn.ws/python/
Category: lib
Licenses: Apache
Submitter: flying-sheep
Maintainer: flying-sheep
Last Packager: flying-sheep
Votes: 2
First Submitted: 2014-01-22 14:54
Last Updated: 2015-05-31 12:54

Dependencies (11)

Required by (0)

Sources

Latest Comments

Comment by flying-sheep

2015-04-29 07:31

you’re right. done.

but there are problems with your package.

Comment by cin

2015-04-28 18:15

it looks like python-txaio is now a required dependency?

i add python-txaio to AUR so if you think it's required please add it as an dependency

from autobahn.websocket import protocol
File "/usr/lib/python3.4/site-packages/autobahn/websocket/protocol.py", line 56, in <module>
import txaio
ImportError: No module named 'txaio'

Comment by flying-sheep

2014-08-21 16:22

done. sorry it took that long!

Comment by xymostech

2014-08-01 16:26

It looks like this requires the `python-six` package (I couldn't import some of the stuff without it). Could you add that as a dependency?