You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
You can change the file /opt/aceproxy/vlcclient/vlcclient.py, edit the gevent.coros line to gevent.lock, and replace the other occurrence of coros with lock.
lexxnsk@debian:
/aceproxy$ python2 ./acehttp.py/aceproxy$Traceback (most recent call last):
File "./acehttp.py", line 9, in
import gevent
ImportError: No module named gevent
lexxnsk@debian:
вот такая проблема. уже переустановил все, что можно. Пробую в Дебиан Джесси на Виртуалбоксе.
python -c "import gevent; print gevent.version"
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named gevent
lexxnsk@debian:~/aceproxy$
exxnsk@debian:
/aceproxy$ sudo pip show gevent/aceproxy$Name: gevent
Version: 1.1.2
Summary: Coroutine-based network library
Home-page: http://www.gevent.org/
Author: Jason Madden
Author-email: [email protected]
License: MIT
Location: /root/.local/lib/python2.7/site-packages
Requires: greenlet
lexxnsk@debian:
lexxnsk@debian:
/aceproxy$ python -V/aceproxy$ python2 -VPython 2.7.12
lexxnsk@debian:
Python 2.7.12
The text was updated successfully, but these errors were encountered: