You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
roshanmk@roshanmk-train ~ $ python3
Python 3.4.2 (default, Oct 8 2014, 13:14:40)
[GCC 4.9.1] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from telnetsrv.threaded import TelnetHandler, command
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.4/dist-packages/telnetsrv/threaded.py", line 8, in <module>
from telnetsrvlib import TelnetHandlerBase, command
ImportError: No module named 'telnetsrvlib'
>>>
The text was updated successfully, but these errors were encountered: