chjj / tty.js

A terminal for your browser, using node/express/socket.io
MIT License
4.19k stars 480 forks source link

Cant Use tty.js with Python urllib module #167

Closed JosLeDeta closed 7 years ago

JosLeDeta commented 7 years ago

Hi, I make a Python terminal with tty.js, and it works, but when i try to import the urllib module to make http requests it fails giving me problems with the class socket in the urllib module of python. I search about it, and appears that there are a library in nodejs or tty.js that is named socket too and comes into conflict. How can make this work?

Thanks