JSParser
JSParser copied to clipboard
Error in handler.py
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
same issue here
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
Traceback (most recent call last):
File "C:\Tools\JSParser-master\JSParser-master\handler.py", line 2, in
Yeah you can solve this problem with this solution
https://github.com/nahamsec/JSParser/issues/47#issuecomment-802881417
solve thanks
followed the steps still getting same error.
read again it really works
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
follow these steps but no work same error