Re: ImportError: cannot import name 'Enum'

2014-11-23 Thread muhammedabuali
On Sunday, November 23, 2014 2:20:20 PM UTC+2, Chris Angelico wrote: > On Sun, Nov 23, 2014 at 11:10 PM, wrote: > > Hello all, > > > > I am trying to use the python module but when I open the shell and write: > > > > ` import enum ` > > > > I get the following error > > > > ` Traceback (most rece

Re: ImportError: cannot import name 'Enum'

2014-11-23 Thread Chris Angelico
On Sun, Nov 23, 2014 at 11:10 PM, wrote: > Hello all, > > I am trying to use the python module but when I open the shell and write: > > ` import enum ` > > I get the following error > > ` Traceback (most recent call last): > File "", line 1, in > File "/usr/lib/python3.4/enum.py", line 3, in