BeeLogger icon indicating copy to clipboard operation
BeeLogger copied to clipboard

Running on Archlinux - python errror

Open piozylka opened this issue 7 years ago • 1 comments

when trying to run on archlinux "python bee.py" error appears

File "bee.py", line 20 print '\n' ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(int '\n')?

piozylka avatar Dec 09 '17 08:12 piozylka

SOLVED when installed python with different versions u need to use:

python2 bee.py

piozylka avatar Dec 09 '17 08:12 piozylka