Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Ошибки при запуске #64

Open
Daggers opened this issue May 1, 2018 · 0 comments
Open

Ошибки при запуске #64

Daggers opened this issue May 1, 2018 · 0 comments

Comments

@Daggers
Copy link

Daggers commented May 1, 2018

Установил по инструкции в 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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant