[Bug 822182] Review Request: python-websockify - Python proxy for the websockets protocol

bugzilla at redhat.com bugzilla at redhat.com
Tue Aug 7 11:57:48 UTC 2012


https://bugzilla.redhat.com/show_bug.cgi?id=822182

Ulrich Schwickerath <ulrich.schwickerath at cern.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ulrich.schwickerath at cern.ch

--- Comment #17 from Ulrich Schwickerath <ulrich.schwickerath at cern.ch> ---
Hi,

While testing the EPEL version of this package I noticed the latest change
saying:
* Thu Jun 14 2012 Pádraig Brady <P at draigBrady.com> - 0.1.0-5
- Removed hard dependency on numpy
Trying to run it without having numpy installed raises a python exception:


Traceback (most recent call last):
  File "/usr/bin/websockify", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2655, in
<module>
    working_set.require(__requires__)
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648, in
require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 546, in
resolve
    raise DistributionNotFound(req)

Maybe this change was done in the context of
https://bugzilla.redhat.com/show_bug.cgi?id=822187 ?

Can you reproduce this ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the package-review mailing list