Package Details: websockify-git 667.23045cb-1

Package Base: websockify-git
Description: WebSocket to TCP proxy/bridge.
Upstream URL: http://github.com/kanaka/websockify
Category: lib
Licenses: LGPL3
Conflicts: websockify
Provides: websockify
Submitter: drevilt
Maintainer: drevilt
Last Packager: drevilt
Votes: 1
First Submitted: 2013-08-28 00:40
Last Updated: 2015-02-23 11:24

Required by (0)

Sources

Latest Comments

Comment by rpodgorny

2015-02-21 23:51

also, python2-setuptools needs to be added as a dep, otherwise:

Traceback (most recent call last):
File "/usr/bin/websockify", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources

Comment by rpodgorny

2014-09-11 21:11

please add python2-numpy as dependency ->

radek@chuck websockify-git % websockify -h
Traceback (most recent call last):
File "/sbin/websockify", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2872, in <module>
working_set = WorkingSet._build_master()
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 449, in _build_master
ws.require(__requires__)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 745, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 639, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: numpy