We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
centos
python 3.4.1
when run ngxtop,it will have "ImportError: No module named _curses",how can i solve the problem?
The text was updated successfully, but these errors were encountered:
Do you have /usr/lib64/python2.7/lib-dynload/ or /usr/lib64/python2.7/lib-dynload/_curses.so? What CentOS version? You might need curses devel lib.
Sorry, something went wrong.
hi, i found _curses.so in /usr/lib64/python2.6/lib-dynload/ .my centos is 6.7(final),how can i solve it?
I was having the same issue, see pmbarrett314/curses-menu#18 (comment) for a probable fix
No branches or pull requests
centos
python 3.4.1
when run ngxtop,it will have "ImportError: No module named _curses",how can i solve the problem?
The text was updated successfully, but these errors were encountered: