chjj / tty.js

A terminal for your browser, using node/express/socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cant Use tty.js with Python urllib module

JosLeDeta opened this issue · comments

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