Your comments

Unfortunately I'm blocked... first I thought Ajenti latest version contains the web server admin tools, as Ajenti V, I got it running after some manual pip commands. Then when I realised that AjentiV is what I need I install via yum, fixes some stuff as the project coordinator says and stuck here also


# ajenti-panel -v

16.03.2018 14:33 ajenti-panel:105              INFO  Using config file /etc/ajenti/config.json

16.03.2018 14:33 ajenti-panel:130              INFO  Ajenti starting in foreground

Traceback (most recent call last):

  File "/usr/bin/ajenti-panel", line 137, in <module>

    from ajenti import core

  File "/usr/lib/python2.7/site-packages/ajenti/core.py", line 21, in <module>

    from ajenti.middleware import SessionMiddleware, AuthenticationMiddleware

  File "/usr/lib/python2.7/site-packages/ajenti/middleware.py", line 11, in <module>

    from ajenti.users import UserManager

  File "/usr/lib/python2.7/site-packages/ajenti/users.py", line 3, in <module>

    from passlib.hash import sha512_crypt

  File "/usr/lib/python2.7/site-packages/passlib/hash.py", line 22, in <module>

    from passlib.registry import _proxy

  File "/usr/lib/python2.7/site-packages/passlib/registry.py", line 11, in <module>

    from passlib.utils import is_crypt_handler

  File "/usr/lib/python2.7/site-packages/passlib/utils/__init__.py", line 32, in <module>

    from passlib.utils.compat import add_doc, b, bytes, join_bytes, join_byte_values, \

ImportError: cannot import name b