The .deb didn't work for me either on the same system. Sources works but Chandler itself is.....spotty.
Andrea Francia wrote: > Hello, everybody. > > I had some problems installing chandler on my 64 bit Ubuntu. > I'm interested to know how other peoples solved this problem. > > I dowloaded Chandler_linux_1.0.2-1_i386.deb from [1]. > The I installed it with > > dpkg -i --force-architecture Chandler_linux_1.0.2-1_i386.deb > > But when I ran chandler I got the following: > > -------8<------------------------------------- > and...@oleandro ~/D/chandler> chandler > Traceback (most recent call last): > File "Chandler.py", line 21, in <module> > from application import Globals, Utility > File "/usr/lib/chandler/application/Globals.py", line 24, in <module> > from application.Utility import initDefaults > File "/usr/lib/chandler/application/Utility.py", line 21, in <module> > import i18n, schema, itertools > File "/usr/lib/chandler/i18n/__init__.py", line 16, in <module> > from i18nmanager import I18nManager, I18nException > File "/usr/lib/chandler/i18n/i18nmanager.py", line 20, in <module> > from PyICU import Locale > File > "/usr/lib/chandler/release/site-packages/PyICU-0.8-py2.5-linux-i686.egg/PyICU.py", > line 38, in <module> > File > "/usr/lib/chandler/release/site-packages/PyICU-0.8-py2.5-linux-i686.egg/_PyICU.py", > line 7, in <module> > File > "/usr/lib/chandler/release/site-packages/PyICU-0.8-py2.5-linux-i686.egg/_PyICU.py", > line 6, in __bootstrap__ > ImportError: > /home/andrea/.python-eggs/PyICU-0.8-py2.5-linux-i686.egg-tmp/_PyICU.so: > wrong ELF class: ELFCLASS32 > -------8<------------------------------------- > > So, to work around I built it from sources, but I'm not satisfied by > this solution because I would prefer install it through a .deb > package. > This problem happened to someone else that me? How do you solved it? > > Thanks > > [1] http://downloads.osafoundation.org/chandler/releases/1.0.2/#enduserlinux > > _______________________________________________ [email protected] mailing list unsubscribe here: http://lists.osafoundation.org/mailman/listinfo/chandler-users Chandler wiki: http://chandlerproject.org/wikihome
