You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Different error using python2:
python2 iptv_cli.py
Traceback (most recent call last):
File "iptv_cli.py", line 2, in
import Crawler
File "/home/marco/IPTV/iptv/Crawler.py", line 2, in
import google
ImportError: No module named google
Different error using python2:
python2 iptv_cli.py
Traceback (most recent call last):
File "iptv_cli.py", line 2, in
import Crawler
File "/home/marco/IPTV/iptv/Crawler.py", line 2, in
import google
ImportError: No module named google
—
Reply to this email directly or view it on GitHub #12 (comment).
I-I4ckeI2 ® Security Researcher
"Voi potete fermare questo individuo, ma non potete fermarci tutti ... dopo
tutto, siamo tutti uguali."
Hi, under Arch with dependency python-pyqt4 installed i get:
python iptv_cli.py
File "iptv_cli.py", line 14
print ""
^
SyntaxError: Missing parentheses in call to 'print'
May it be due to the python's version used by the system?
The text was updated successfully, but these errors were encountered: