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

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

@Daggers

Description

@Daggers

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions