you’re right. done.
but there are problems with your package.
Search Criteria
Package Details: python-autobahn 0.10.4-2
Package Actions
| Package Base: | python-autobahn |
|---|---|
| Description: | WebSocket and WAMP for Twisted and Asyncio |
| Upstream URL: | http://autobahn.ws/python/ |
| Category: | lib |
| Licenses: | |
| 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)
- python>=3.4
- python-six
- python-txaio
- python-distribute (make)
- python-lz4 (optional) – WebSocket compression
- python-msgpack (optional) – WAMPv2 binary serialization support
- python-snappy (optional) – WebSocket compression
- python-twisted (optional) – Autobahn/Twisted backend
- python-ujson (optional) – JSON acceleration
- python-wsaccel (optional) – WebSocket acceleration
- python-zope-interface (optional) – Autobahn/Twisted backend
Required by (0)
Sources
Latest Comments
Comment by flying-sheep
Comment by cin
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
done. sorry it took that long!
Comment by xymostech
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?