netuse icon indicating copy to clipboard operation
netuse copied to clipboard

no module named termgraph

Open atooy opened this issue 8 years ago • 4 comments

so...netuse didn't work well, and there is an importerror:no module named termgraph what should i do? Is there something need to be installed? Waiting for ur help..

atooy avatar Jun 26 '16 07:06 atooy

That's actually weird. A user on reddit also reported same behaviour, but I couldn't reproduce this.

I'll try it again once I get back home. Thanks for reporting the issue.

dufferzafar avatar Jun 26 '16 07:06 dufferzafar

OK, thank you very much. Waiting for your good news!

atooy avatar Jun 26 '16 08:06 atooy

same problem here, this is what I get:

Traceback (most recent call last):
  File "/usr/bin/netuse", line 17, in <module>
    import termgraph
ImportError: No module named 'termgraph'

amrro avatar Jun 26 '16 20:06 amrro

Oh. Thanks for the log @amrro I can now see why these errors are occurring.

The straightforward way to fix these would be to just use pip to install the package! That'll fix #4 too, I guess.

dufferzafar avatar Jun 27 '16 11:06 dufferzafar