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
Function sys.version_info.minor is available starting from py 2.7. In 2.6.6 not available.
For more support, can you replace sys.version_info.major (minor)
sys.version_info[0] #sys.version_info.major
# and
sys.version_info[0] #sys.version_info.minor