Skip to content

Fails on Python3.4.2 #22

@gmatesunny

Description

@gmatesunny
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'
>>> 

roshanmk@roshanmk-train ~ $ sudo -H pip3 install telnetsrv
Requirement already satisfied: telnetsrv in /usr/local/lib/python3.4/dist-packages (0.4)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions