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

syntax error #12

Closed
toketin opened this issue Jan 3, 2016 · 3 comments
Closed

syntax error #12

toketin opened this issue Jan 3, 2016 · 3 comments

Comments

@toketin
Copy link

toketin commented Jan 3, 2016

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?

@toketin
Copy link
Author

toketin commented Jan 3, 2016

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

@Pinperepette
Copy link
Member

run pip install -r requirements.txt in order to get the full dependencies

@Pinperepette
Copy link
Member

sudo pip install google

2016-01-03 13:25 GMT+01:00 Marco Londero notifications@github.com:

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."

http://pinperepette.it http://pinperepette.it/info/ puoi contattarmi
anche a
pirata@pinperepette.it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants