<div dir="ltr">Some Googling indicates that this problem occurs if you're using the MacPorts version of Python. I only ever tested with the stock system Python when building the installer.</div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Thu, Jun 12, 2014 at 1:08 PM, Michael Muratet <span dir="ltr"><<a href="mailto:muratetm@gmail.com" target="_blank">muratetm@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Greetings<br>
<br>
I installed the bazaar binary on my PowerBook with OS X 10.7.5 via dmg. I tried the test<br>
<br>
Michaels-MacBook-Pro:bzr-2.6.0 mmuratet$ bzr version<br>
Traceback (most recent call last):<br>
  File "//anaconda/lib/python2.7/site.py", line 548, in <module><br>
    main()<br>
  File "//anaconda/lib/python2.7/site.py", line 530, in main<br>
    known_paths = addusersitepackages(known_paths)<br>
  File "//anaconda/lib/python2.7/site.py", line 266, in addusersitepackages<br>
    user_site = getusersitepackages()<br>
  File "//anaconda/lib/python2.7/site.py", line 241, in getusersitepackages<br>
    user_base = getuserbase() # this will also set USER_BASE<br>
  File "//anaconda/lib/python2.7/site.py", line 231, in getuserbase<br>
    USER_BASE = get_config_var('userbase')<br>
  File "//anaconda/lib/python2.7/sysconfig.py", line 516, in get_config_var<br>
    return get_config_vars().get(name)<br>
  File "//anaconda/lib/python2.7/sysconfig.py", line 449, in get_config_vars<br>
    import re<br>
  File "//anaconda/lib/python2.7/re.py", line 105, in <module><br>
    import sre_compile<br>
  File "//anaconda/lib/python2.7/sre_compile.py", line 14, in <module><br>
    import sre_parse<br>
  File "//anaconda/lib/python2.7/sre_parse.py", line 17, in <module><br>
    from sre_constants import *<br>
  File "//anaconda/lib/python2.7/sre_constants.py", line 18, in <module><br>
    from _sre import MAXREPEAT<br>
ImportError: cannot import name MAXREPEAT<br>
<br>
and got the resulting error.<br>
<br>
I tried to build it from source with python setup.py install and go the same error.<br>
<br>
Probably a simple fix, anybody know what it is?<br>
<br>
Cheers<br>
<br>
Mike<br>
</blockquote></div><br></div>