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

Anyway to install MicroTelnetServer with upip? #1

Open
zoobab opened this issue Feb 24, 2018 · 1 comment
Open

Anyway to install MicroTelnetServer with upip? #1

zoobab opened this issue Feb 24, 2018 · 1 comment

Comments

@zoobab
Copy link

zoobab commented Feb 24, 2018

Hi,

Is there a way to install MicroTelnetServer with upip?

I found telnetlib, maybe it could be useful to publish MicroTelnetServer as well on Pypi?:

>>> import upip
I (3929506) modsocket: Initializing
>>> upip.install('micropython-telnetlib')
Installing to: /lib/
Installing micropython-telnetlib 0.0.1 from https://pypi.python.org/packages/22/0a/ae956d478b893a0d170fc66f781c880249a44fee930fde5f18b440e754c8/micropython-telnetlib-0.0.1.tar.gz
@zoobab
Copy link
Author

zoobab commented Feb 24, 2018

I have this error:

>>> import utelnetserver
>>> utelnetserver.start()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/lib/utelnetserver.py", line 93, in start
  File "/lib/utelnetserver.py", line 85, in stop
AttributeError: 'module' object has no attribute 'dupterm'

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