lebinh/ngxtop

Error

matt-matt1 opened this issue · 2 comments

Hi

$ ngxtop info
Traceback (most recent call last):
File "/usr/local/bin/ngxtop", line 6, in
from ngxtop.ngxtop import main
File "/usr/local/lib/python3.6/dist-packages/ngxtop/ngxtop.py", line 77, in
from config_parser import detect_log_config, detect_config_path, extract_variables, build_pattern
ModuleNotFoundError: No module named 'config_parser'

What's wrong/missing?

This is a python 3.x issue, see here for more info and solution: #49

Latest package from PyPi should fix this already.