Caveat: it is not really supported to use LLDB with anything but the Python that ships with OSX<div>FYI: this is the most commonly seen symptom of changing your Python and then using LLDB - the MAXREPEAT must be some awkward piece of Python magic :-)</div><div><br /></div><div>Given the above, what follows is <b>totally untested</b>, and might be <b>significantly off track</b>, but did you check whether your PYTHON_PATH matches your custom Python install? That, and does your Current symlink in Python.framework correctly match your installed Python?</div><div>Also, it looks like this code is trying to figure out a USER_BASE variable right before failing.. I would google for that and see what it is, what it does, and how you can set it up correctly for a custom Python build.</div><div><br /></div><div>Good luck!</div><div><br /></div><div>- Enrico</div><div><br /><span>On 12/01/13, <b class="name">Peng Yu </b> <pengyu.ut@gmail.com> wrote:</span><blockquote cite="mid:CABrM6w=4OOKQCzMHKdXWCxym+92LgdAs24UvrAgh=yOwihk5UQ@mail.gmail.com" class="iwcQuote" style="border-left: 1px solid #00F; padding-left: 13px; margin-left: 0;" type="cite"><div class="mimepart text plain">Hi,<br /><br />I have a new version of python installed. When I start lldb, I see the<br />following error. Does anybody how to fix the problem while still keep<br />/Library/Frameworks/Python.framework/Versions/2.7/bin/python as the<br />default python? Thanks.<br /><br />~/linux/test/cpp/gdb/deref$ cd<br />~$ which python<br />/Library/Frameworks/Python.framework/Versions/2.7/bin/python<br />~$ lldb<br />Traceback (most recent call last):<br />  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py",<br />line 563, in <module><br />    main()<br />  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py",<br />line 545, in main<br />    known_paths = addusersitepackages(known_paths)<br />  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py",<br />line 278, in addusersitepackages<br />    user_site = getusersitepackages()<br />  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py",<br />line 253, in getusersitepackages<br />    user_base = getuserbase() # this will also set USER_BASE<br />  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py",<br />line 243, in getuserbase<br />    USER_BASE = get_config_var('userbase')<br />  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sysconfig.py",<br />line 472, in get_config_var<br />    return get_config_vars().get(name)<br />  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sysconfig.py",<br />line 405, in get_config_vars<br />    import re<br />  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/re.py",<br />line 105, in <module><br />    import sre_compile<br />  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_compile.py",<br />line 14, in <module><br />    import sre_parse<br />  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_parse.py",<br />line 17, in <module><br />    from sre_constants import *<br />  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_constants.py",<br />line 18, in <module><br />    from _sre import MAXREPEAT<br />ImportError: cannot import name MAXREPEAT<br /><br />-- <br />Regards,<br />Peng<br />_______________________________________________<br />lldb-dev mailing list<br />lldb-dev@cs.uiuc.edu<br /><a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="l">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br /></div></blockquote></div>