laramies / metagoofil

Metadata harvester
GNU General Public License v2.0
1.01k stars 199 forks source link

metagoofil.py syntax error #17

Open HamishHamiltonSmith opened 3 years ago

HamishHamiltonSmith commented 3 years ago

Hello I just downloaded metagoofil and cloned this projects url. It all went fine, but when I tried to run metagoofil it gave me this error:

File "/usr/share/metagoofil/metagoofil.py", line 14 print "\n**" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("\n**")?

I don't know why I'm getting an error and can't find anyone else who has had this problem... What should I do about this?

analyserdmz commented 3 years ago

Use python2 instead of python3.

HamishHamiltonSmith commented 3 years ago

Ohhhh, that makes sense now, thanks, I edited the /bin/metagoofil file to run with python 2 and it works now