Changes between Initial Version and Version 1 of Ticket #39207


Ignore:
Timestamp:
May 23, 2013, 6:28:00 PM (11 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39207

    • Property Keywords python removed
    • Property Owner changed from macports-tickets@… to raimue@…
    • Property Cc jwa@… added; raimue@… removed
    • Property Port python27 added
  • Ticket #39207 – Description

    initial v1  
    44
    55The traceback is as follows:
     6{{{
    67Traceback (most recent call last):
    78  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py", line 548, in <module>
     
    2829    from _sre import MAXREPEAT
    2930ImportError: cannot import name MAXREPEAT
    30                                                                                                                                                                  
     31}}}
     32
    3133
    3234This StackOverflow QA seems to be relevant: [http://stackoverflow.com/questions/16301735/importerror-cannot-import-name-maxrepeat-with-cx-freeze]