[Chandler-dev] Troubles running debug Chandler under Leopard

Reid Ellis rae at osafoundation.org
Tue Dec 11 09:12:18 PST 2007


Has anyone else had any problem running a debug Chandler under  
Leopard? From a clean checkout and "make DEBUG=1 install" I keep  
getting a traceback:

Traceback (most recent call last):
   File "Chandler.py", line 21, in <module>
     from application import Globals, Utility
   File "/Users/rae/work/osaf/chandler/chandler/application/ 
Globals.py", line 24, in <module>
     from application.Utility import initDefaults
   File "/Users/rae/work/osaf/chandler/chandler/application/ 
Utility.py", line 20, in <module>
     import i18n, schema, itertools
   File "/Users/rae/work/osaf/chandler/chandler/i18n/__init__.py",  
line 16, in <module>
     from i18nmanager import I18nManager, I18nException
   File "/Users/rae/work/osaf/chandler/chandler/i18n/i18nmanager.py",  
line 17, in <module>
     from egg_translations import EggTranslations, hasCountryCode,  
stripCountryCode
ImportError: No module named egg_translations

Reid



More information about the chandler-dev mailing list