I changed from Win XP 32bit to Win7 64bit and reinstalled Python 2.7 and the Anaconda package.
However, it seems like it isn't properly installed. When I do
import enum
There is the error:
ImportError: No module named enum
However, when I try import pandas it works.
When typing help() and modules within Ipython nothing happens.
Any idea how to go from here?
Or run a pip install --upgrade pip enum34