Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Bug with python2.6: AttributeError: 'tuple' object has no attribute 'major' #18

Closed
bjolivot opened this issue Apr 10, 2017 · 0 comments · Fixed by #19
Closed

Bug with python2.6: AttributeError: 'tuple' object has no attribute 'major' #18

bjolivot opened this issue Apr 10, 2017 · 0 comments · Fixed by #19

Comments

@bjolivot
Copy link
Contributor

Lib is not working with python 2.6 & centos 6:

from pyFG import py23_compat
File "/usr/lib/python2.6/site-packages/pyFG/py23_compat.py", line 7
PY2 = sys.version_info.major == 2
AttributeError: 'tuple' object has no attribute 'major'

This is a common bug, PR is comming

bjolivot added a commit to bjolivot/pyfg that referenced this issue Apr 10, 2017
@bjolivot bjolivot mentioned this issue Apr 10, 2017
StefanLindblom added a commit that referenced this issue Apr 10, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant