Changes between Initial Version and Version 1 of Ticket #22584


Ignore:
Timestamp:
Nov 17, 2009, 5:03:29 PM (15 years ago)
Author:
jmroot (Joshua Root)
Comment:

If _locale is missing entirely that would be a problem with python26. Can you import _locale manually in an interactive interpreter? Is /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_locale.so present, and if so, what are the permissions on it? (Could be a umask issue a la #21389.)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22584

    • Property Cc mcalhoun@… deric@… added
    • Property Owner changed from macports-tickets@… to blb@…
    • Property Keywords mercurial _locale removed
    • Property Port python26 added; mercurial removed
  • Ticket #22584 – Description

    initial v1  
    1414
    1515I receive the following trace indicating that _locale is missing.
    16 
     16{{{
    1717Traceback (most recent call last):
    1818  File "/opt/local/bin/hg", line 27, in <module>
     
    5454    return _origimport(name, globals, locals, fromlist)
    5555ImportError: No module named _locale
     56}}}