Skip to content
New issue

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

some sort of python problem #39

Open
ovizii opened this issue Jun 4, 2014 · 0 comments
Open

some sort of python problem #39

ovizii opened this issue Jun 4, 2014 · 0 comments

Comments

@ovizii
Copy link

ovizii commented Jun 4, 2014

Trying to run ngxtop gives me this:

(2:1977)# ngxtop
Traceback (most recent call last):
File "/usr/local/bin/ngxtop", line 9, in
load_entry_point('ngxtop==0.0.2', 'console_scripts', 'ngxtop')()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 343, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2309, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2015, in load
entry = import(self.module_name, globals(),globals(), ['name'])
ImportError: No module named ngxtop

I figured out how to run it though but would need a permanent solution to this:

(2:1978)# python2 /usr/local/bin/ngxtop.py

Any ideas?

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

No branches or pull requests

1 participant