Created
September 24, 2014 21:19
-
-
Save stuross/5b0080e8e67e87bb17b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/app/.heroku/python/lib/python2.7/site.py", line 563, in <module> | |
main() | |
File "/app/.heroku/python/lib/python2.7/site.py", line 545, in main | |
known_paths = addusersitepackages(known_paths) | |
File "/app/.heroku/python/lib/python2.7/site.py", line 278, in addusersitepackages | |
user_site = getusersitepackages() | |
File "/app/.heroku/python/lib/python2.7/site.py", line 253, in getusersitepackages | |
user_base = getuserbase() # this will also set USER_BASE | |
File "/app/.heroku/python/lib/python2.7/site.py", line 243, in getuserbase | |
USER_BASE = get_config_var('userbase') | |
File "/app/.heroku/python/lib/python2.7/sysconfig.py", line 472, in get_config_var | |
return get_config_vars().get(name) | |
File "/app/.heroku/python/lib/python2.7/sysconfig.py", line 405, in get_config_vars | |
import re | |
File "/app/.heroku/python/lib/python2.7/re.py", line 105, in <module> | |
import sre_compile | |
File "/app/.heroku/python/lib/python2.7/sre_compile.py", line 14, in <module> | |
import sre_parse | |
File "/app/.heroku/python/lib/python2.7/sre_parse.py", line 17, in <module> | |
from sre_constants import * | |
File "/app/.heroku/python/lib/python2.7/sre_constants.py", line 18, in <module> | |
from _sre import MAXREPEAT | |
ImportError: cannot import name MAXREPEAT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment