Re: 3.4 on Windows ImportError: cannot import name 'IntEnum'

2014-01-05 Thread Mark Lawrence
On 04/01/2014 19:35, Mark Lawrence wrote: Raised an issue anyway and then found a file caused enum.py. Whoops :( -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: 3.4 on Windows ImportError: cannot import name 'IntEnum'

2014-01-05 Thread Marco Buttu
On 01/04/2014 08:35 PM, Mark Lawrence wrote: I first saw this when tring to run the command "py -3.4 -m ensurepip" which gave me this lot. Traceback (most recent call last): ... from enum import IntEnum ImportError: cannot import name 'IntEnum' Before I raise an issue on the bug tracker