ImportError: cannot import name MAXREPEAT
Another update to Python 2.7 and the error:
ImportError: cannot import name MAXREPEAT
occurs when starting an app in the virutalenv.
To fix this, just run:
virtualenv /path/to/existingvirtualenv
Tags: python2.7, virtualenv