Buenos días amigos de Underc0de, tengo el siguiente problema::
Estaba instalando JSParser y de repente tuve el problema con "->", estoy usando Python 2.7:
class _Selectable(Protocol):
def fileno(self) -> int:
pass
Invalid syntax:
Traceback (most recent call last):
File "handler.py", line 2, in <module>
import tornado.ioloop, tornado.web, tornado.autoreload
File "/usr/local/lib/python2.7/dist-packages/tornado-6.0.4-py2.7-linux-x86_64.egg/tornado/ioloop.py", line 67
def fileno(self) -> int:
^
SyntaxError: invalid syntax
Código fuente:
You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login
Agradeceré su ayuda.
Estaba instalando JSParser y de repente tuve el problema con "->", estoy usando Python 2.7:
class _Selectable(Protocol):
def fileno(self) -> int:
pass
Invalid syntax:
Traceback (most recent call last):
File "handler.py", line 2, in <module>
import tornado.ioloop, tornado.web, tornado.autoreload
File "/usr/local/lib/python2.7/dist-packages/tornado-6.0.4-py2.7-linux-x86_64.egg/tornado/ioloop.py", line 67
def fileno(self) -> int:
^
SyntaxError: invalid syntax
Código fuente:
You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login
Agradeceré su ayuda.

