You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[root@dns2 bypy]# python bypy.py
Traceback (most recent call last):
File "bypy.py", line 217, in
if vi.major != 2 or vi.minor < 7:
AttributeError: 'tuple' object has no attribute 'major'
是不是不兼容 Python 2.6.6
The text was updated successfully, but these errors were encountered:
[root@dns2 bypy]# python bypy.py
Traceback (most recent call last):
File "bypy.py", line 217, in
if vi.major != 2 or vi.minor < 7:
AttributeError: 'tuple' object has no attribute 'major'
是不是不兼容 Python 2.6.6
The text was updated successfully, but these errors were encountered: