View Single Post
Old 08-26-2016, 06:02 PM   #8
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Your avatar is fatally flawed. (No PEP 394 compliance.)

Code:
[eschwartz@arch ~]$ python -c 'print "Hello World!"'
  File "<string>", line 1
    print "Hello World!"
                       ^
SyntaxError: Missing parentheses in call to 'print'
[eschwartz@arch ~]$ ls -l $(which python)
lrwxrwxrwx 1 root root 7 Jun 28 05:01 /usr/bin/python -> python3
Please apply the following patch immediately:
Code:
--- /tmp/avatar.sh      2016-08-26 16:57:24.543417759 -0400
+++ /tmp/avatar-new.sh  2016-08-26 16:58:01.552064045 -0400
@@ -1,2 +1,2 @@
 #!/usr/bin/env python
-print "Hello World!"
+print("Hello World!")

Last edited by eschwartz; 08-26-2016 at 06:04 PM.
eschwartz is offline   Reply With Quote