lclarkmichalek / archey3

Simple python script to print the Archlinux logo with basic system information.
http://bluepeppers.github.com/archey3
Other
62 stars 27 forks source link

Run Error #19

Closed Malayke closed 10 years ago

Malayke commented 10 years ago

I run this script and it output some error, how to fix it ?

ArchLinux ~/archey3 # archey3 Traceback (most recent call last): File "/usr/bin/archey3", line 5, in pkg_resources.run_script('Archey3==0.4', 'archey3') File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 528, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 1400, in run_script script_code = compile(script_text,scriptfilename,'exec') File "/usr/lib/python2.7/site-packages/Archey3-0.4-py2.7.egg/EGG-INFO/scripts/archey3", line 149 self.arg1, self.arg2, self.arg3, * = tuple(args) + ('', '', '') ^ SyntaxError: invalid syntax ArchLinux ~/archey3 :( #

lclarkmichalek commented 10 years ago

Archey3 does not support Python2.7.