netuse
netuse copied to clipboard
no module named termgraph
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..
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.
OK, thank you very much. Waiting for your good news!
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'
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.