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

Error in handler.py #47

Open
rishikesh-j opened this issue Mar 2, 2021 · 9 comments
Open

Error in handler.py #47

rishikesh-j opened this issue Mar 2, 2021 · 9 comments

Comments

@rishikesh-j
Copy link

Traceback (most recent call last):
  File "C:\Tools\JSParser-master\JSParser-master\handler.py", line 2, in <module>
    import tornado.ioloop, tornado.web, tornado.autoreload
ImportError: No module named tornado.ioloop
@srand2
Copy link

srand2 commented Mar 8, 2021

same issue here

@ghost
Copy link

ghost commented Mar 19, 2021

IF YOU ARE FACING ERROR IN HANDLER.PY
READ THIS

1ST STEP

open safeurl.py
and change

import StringIO

to

import io

2ND STEP

open handler.py

go to line 11

from cgi import escape

Change it to

from html import escape

and add this line under 11th line

import html

now you are all set

@sumit554
Copy link

sumit554 commented Dec 1, 2021

Traceback (most recent call last):
File "C:\Tools\JSParser-master\JSParser-master\handler.py", line 2, in
import tornado.ioloop, tornado.web, tornado.autoreload
ImportError: No module named tornado.ioloop

@ghost
Copy link

ghost commented Dec 1, 2021

Yeah you can solve this problem with this solution

#47 (comment)

@sumit554
Copy link

sumit554 commented Dec 2, 2021

solve thanks

@AkagamiNoShanks
Copy link

followed the steps still getting same error.

@shinchina1
Copy link

read again it really works

@kpomeroy1979
Copy link

Traceback (most recent call last): File "C:\Tools\JSParser-master\JSParser-master\handler.py", line 2, in import tornado.ioloop, tornado.web, tornado.autoreload ImportError: No module named tornado.ioloop

Same here. Solution does not work unfortunately

@waliullah2022
Copy link

follow these steps but no work same error

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

7 participants