hsandbox
hsandbox copied to clipboard
Only seems to support Python 2
Hi,
When running ./hsandbox, I get:
File "./hsandbox", line 374
print message
^
SyntaxError: invalid syntax
When running python2 hsandbox c99, I get:
SyntaxError: invalid syntax
[screen is terminating]
I've seen better hacks.
64-bit Arch Linux Latest git revision (5e5620dda7d09e89522c4de076001102e155d2c1) python 2.7.3 (/usr/bin/python2) python 3.3.0 (/usr/bin/python)
Python 3 is the default version of Python on Arch Linux.
aa