The problem is that it's trying to load /usr/lib/python2.5/site-packages/hippo.so instead of the one built in jhbuild. I don't really understand why that's happening, since sys.path is correct as we verified in irc.
Marco On Sat, May 24, 2008 at 10:33 PM, Waqas Toor <[EMAIL PROTECTED]> wrote: > Hello all, > > Every time I try sugar-jhbuild I keep getting this error .. > ImportError: /usr/lib/python2.5/site-packages/hippo.so: undefined > symbol: hippo_cascade_mode_get_type > > here is the complete trace > ================================================================================== > [EMAIL PROTECTED]:~/sugar/sugar-jhbuild$ ./sugar-jhbuild run > INFO:sugar-emulator:Attempting to find free port for X11 (Xephyr) > INFO:sugar-emulator: Found free port: #2 (6002) > INFO:sugar-emulator:Starting the Xephyr nested X display on display 2 > DEBUG:sugar-emulator:Xephyr command: Xephyr :2 -ac -fullscreen -dpi 96 > INFO:sugar-emulator:Attempting to launch sugar to replace this > process: dbus-launch dbus-launch --exit-with-session sugar-shell > expected keysym, got XF86KbdLightOnOff: line 70 of pc > expected keysym, got XF86KbdBrightnessDown: line 71 of pc > expected keysym, got XF86KbdBrightnessUp: line 72 of pc > expected keysym, got XF86KbdLightOnOff: line 70 of pc > expected keysym, got XF86KbdBrightnessDown: line 71 of pc > expected keysym, got XF86KbdBrightnessUp: line 72 of pc > Could not init font path element /usr/share/fonts/X11/cyrillic, > removing from list! > Traceback (most recent call last): > File "/home/waqas/sugar/sugar-jhbuild/install/bin/sugar-shell", line > 30, in <module> > from main import main > File "/home/waqas/sugar/sugar-jhbuild/install/share/sugar/shell/main.py", > line 34, in <module> > import view.Shell > File > "/home/waqas/sugar/sugar-jhbuild/install/share/sugar/shell/view/Shell.py", > line 38, in <module> > from view.frame import frame > File > "/home/waqas/sugar/sugar-jhbuild/install/share/sugar/shell/view/frame/frame.py", > line 21, in <module> > import hippo > ImportError: /usr/lib/python2.5/site-packages/hippo.so: undefined > symbol: hippo_cascade_mode_get_type > ================================================================================== > > I am using jhbuild on ubuntu , build is always successful but this > error remains every time > any clue? > > > -- > Waqas Toor > member of OLPC Pakistan Team > member of Ubuntu Pakistan Team > _______________________________________________ Sugar mailing list [email protected] http://lists.laptop.org/listinfo/sugar

