benoitc / tproxy

simple TCP routing proxy
Other
267 stars 38 forks source link

fork moved from gevent.hub to gevent.os #13

Open apatrushev opened 9 years ago

apatrushev commented 9 years ago
Traceback (most recent call last):
  File "/venv/bin/tproxy", line 7, in <module>
    from tproxy.app import run
  File "/venv/lib/python2.7/site-packages/tproxy/app.py", line 19, in <module>
    from . import util
  File "/venv/lib/python2.7/site-packages/tproxy/util.py", line 23, in <module>
    from gevent.hub import fork
ImportError: cannot import name fork
apatrushev commented 9 years ago

util.py already contains required changes, but was not released yet - version installed from pypi is unusable

benoitc commented 9 years ago

so why closing the ticket? Would it be solved by a new release?

apatrushev commented 9 years ago

Would it be solved by a new release?

Definitely. It was fixed by #6.

UPDATE: But there are other problems with current pypi version, which was already solved in some forks.