Roger / escrotum

Linux screen capture using pygtk, inspired by scrot
GNU General Public License v3.0
213 stars 23 forks source link

Did you mean print(".")? #51

Closed sabactani closed 4 years ago

sabactani commented 5 years ago

Installed it with pip and got this error when executing the binary, whats wrong? Do I miss any dependence?

sabactani commented 5 years ago

Traceback (most recent call last): File "./escrotum", line 11, in load_entry_point('escrotum==0.2.1', 'console_scripts', 'escrotum')() File "/usr/lib64/python3.6/site-packages/pkg_resources/init.py", line 487, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib64/python3.6/site-packages/pkg_resources/init.py", line 2728, in load_entry_point return ep.load() File "/usr/lib64/python3.6/site-packages/pkg_resources/init.py", line 2346, in load return self.resolve() File "/usr/lib64/python3.6/site-packages/pkg_resources/init.py", line 2352, in resolve module = import(self.module_name, fromlist=['name'], level=0) File "/home/akko/.local/lib64/python3.6/site-packages/escrotum/main.py", line 110 print "." ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(".")?

dequis commented 5 years ago

python3 is not supported, use python2

Roger commented 4 years ago

WIP of python3 support https://github.com/Roger/escrotum/pull/55/

Roger commented 4 years ago

python3 port merged to master