Re: ImportError: cannot import name 'Enum'

2014-11-23 Thread muhammedabuali
space/python/unification/types.py", line 1, in > > > > from enum import Enum > > ImportError: cannot import name 'Enum' > > Thank you for making it so clear and easy! By posting the entire > traceback, plus everything you're expecting to see, y

Re: ImportError: cannot import name 'Enum'

2014-11-23 Thread Chris Angelico
File "/usr/lib/python3.4/enum.py", line 3, in > from types import MappingProxyType, DynamicClassAttribute > File "/home/muhammed/workspace/python/unification/types.py", line 1, in > > from enum import Enum > ImportError: cannot import name 'Enum

ImportError: cannot import name 'Enum'

2014-11-23 Thread muhammedabuali
ort MappingProxyType, DynamicClassAttribute File "/home/muhammed/workspace/python/unification/types.py", line 1, in from enum import Enum ImportError: cannot import name 'Enum' ` -- https://mail.python.org/mailman/listinfo/python-list