shellnoob icon indicating copy to clipboard operation
shellnoob copied to clipboard

Python 2.6.6 crash

Open adamdoupe opened this issue 8 years ago • 0 comments

$ python --version Python 2.6.6

>>> sys.version_info
(2, 6, 6, 'final', 0)

$ python shellnoob.py Traceback (most recent call last): File "shellnoob.py", line 39, in PY2 = sys.version_info.major == 2 AttributeError: 'tuple' object has no attribute 'major'

adamdoupe avatar Mar 21 '16 04:03 adamdoupe