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.
Установил по инструкции в WIKI, получаю ошибки при запуске, ругается на опции в конфиге:
C:\Users\Daggers>python.exe C:\Users\Daggers\aceproxy\acehttp.py
Traceback (most recent call last):
File "C:\Users\Daggers\aceproxy\acehttp.py", line 27, in
import aceconfig
File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in _import
_
result = _import(*args, **kwargs)
File "C:\Users\Daggers\aceproxy\aceconfig.py", line 131
videodelay = 0
^
IndentationError: unexpected indent
C:\Users\Daggers>python.exe C:\Users\Daggers\aceproxy\acehttp.py
Traceback (most recent call last):
File "C:\Users\Daggers\aceproxy\acehttp.py", line 27, in
import aceconfig
File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in _import
_
result = _import(*args, **kwargs)
File "C:\Users\Daggers\aceproxy\aceconfig.py", line 138
videoobey = False
^
IndentationError: unexpected indent
C:\Users\Daggers>python.exe C:\Users\Daggers\aceproxy\acehttp.py
Traceback (most recent call last):
File "C:\Users\Daggers\aceproxy\acehttp.py", line 27, in
import aceconfig
File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in _import
_
result = _import(*args, **kwargs)
File "C:\Users\Daggers\aceproxy\aceconfig.py", line 145
videopausedelay = 0
^
IndentationError: unexpected indent
После комментирования всех этих опций при запуске получаю ошибку:
C:\Users\Daggers>python.exe C:\Users\Daggers\aceproxy\acehttp.py
Traceback (most recent call last):
File "C:\Users\Daggers\aceproxy\acehttp.py", line 29, in
import vlcclient
File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in _import
_
result = import(*args, **kwargs)
File "C:\Users\Daggers\aceproxy\vlcclient_init.py", line 1, in
from vlcclient import *
File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in _import
_
result = _import(*args, **kwargs)
File "C:\Users\Daggers\aceproxy\vlcclient\vlcclient.py", line 7, in
import gevent.coros
File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in _import
_
result = _import(*args, **kwargs)
ImportError: No module named coros
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Установил по инструкции в WIKI, получаю ошибки при запуске, ругается на опции в конфиге:
C:\Users\Daggers>python.exe C:\Users\Daggers\aceproxy\acehttp.py
Traceback (most recent call last):
File "C:\Users\Daggers\aceproxy\acehttp.py", line 27, in
import aceconfig
File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in _import
_
result = _import(*args, **kwargs)
File "C:\Users\Daggers\aceproxy\aceconfig.py", line 131
videodelay = 0
^
IndentationError: unexpected indent
C:\Users\Daggers>python.exe C:\Users\Daggers\aceproxy\acehttp.py
Traceback (most recent call last):
File "C:\Users\Daggers\aceproxy\acehttp.py", line 27, in
import aceconfig
File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in _import
_
result = _import(*args, **kwargs)
File "C:\Users\Daggers\aceproxy\aceconfig.py", line 138
videoobey = False
^
IndentationError: unexpected indent
C:\Users\Daggers>python.exe C:\Users\Daggers\aceproxy\acehttp.py
Traceback (most recent call last):
File "C:\Users\Daggers\aceproxy\acehttp.py", line 27, in
import aceconfig
File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in _import
_
result = _import(*args, **kwargs)
File "C:\Users\Daggers\aceproxy\aceconfig.py", line 145
videopausedelay = 0
^
IndentationError: unexpected indent
После комментирования всех этих опций при запуске получаю ошибку:
C:\Users\Daggers>python.exe C:\Users\Daggers\aceproxy\acehttp.py
Traceback (most recent call last):
File "C:\Users\Daggers\aceproxy\acehttp.py", line 29, in
import vlcclient
File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in _import
_
result = import(*args, **kwargs)
File "C:\Users\Daggers\aceproxy\vlcclient_init.py", line 1, in
from vlcclient import *
File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in _import
_
result = _import(*args, **kwargs)
File "C:\Users\Daggers\aceproxy\vlcclient\vlcclient.py", line 7, in
import gevent.coros
File "C:\Python27\lib\site-packages\gevent\builtins.py", line 93, in _import
_
result = _import(*args, **kwargs)
ImportError: No module named coros
The text was updated successfully, but these errors were encountered: