[Chandler-dev] Troubles running debug Chandler under Leopard

Robin Dunn robin at alldunn.com
Tue Dec 11 09:56:02 PST 2007


Reid Ellis wrote:
> 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

This happens because of a failure in the make and the eggs not getting 
fully built.  I'm drawing a blank on what the ultimate cause was, but I 
thought Bear had resolved the issue last week.  Check the output of your 
make command and look for error messages.

-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!



More information about the chandler-dev mailing list