[sugar] Error starting up sugar

Dan Williams dcbw
Tue Apr 10 08:21:50 EDT 2007


On Mon, 2007-04-09 at 10:24 -0700, Peter Krenesky wrote:
> I've been trying to get the sugar environment built and running on my ubuntu (edgy) workstation.  The only part of build-base that fails is dbus-python.  I downloaded and built the latest dbus.   At that point i built sugar and only squeak failed to build.  
> 
> When i attempt to startup sugar i get the following errors:

What versions of dbus-python, dbus, and python do you have?

Dan

> 
> peter at floyd:~/wrk/sugar/sugar-jhbuild$ ./sugar-jhbuild run
> Extended Input Devices not yet supported. Impelement it at line 625 in ../../../../hw/kdrive/src/kinput.c
>     xkb_keycodes             { include "xfree86+aliases(qwerty)" };
>     xkb_types                { include "complete" };
>     xkb_compatibility        { include "complete" };
>     xkb_symbols              { include "pc(pc101)+us" };
>     xkb_geometry             { include "pc(pc101)" };
> Could not init font path element /usr/share/fonts/X11/TTF/, removing from list!
> Could not init font path element /usr/share/fonts/X11/OTF, removing from list!
> Could not init font path element /usr/share/fonts/X11/CID/, removing from list!
> ERROR:root:Error reading public key: [Errno 2] No such file or directory: '/home/peter/.sugar/default/owner.key.pub'
> ERROR:root:Error reading private key: [Errno 2] No such file or directory: '/home/peter/.sugar/default/owner.key'
> Traceback (most recent call last):
>   File "/home/peter/wrk/sugar/sugar-jhbuild/build/bin/sugar-shell", line 38, in <module>
>     from view.Shell import Shell
>   File "/home/peter/wrk/sugar/sugar-jhbuild/build/share/sugar/shell/view/Shell.py", line 23, in <module>
>     from view.home.HomeWindow import HomeWindow
>   File "/home/peter/wrk/sugar/sugar-jhbuild/build/share/sugar/shell/view/home/HomeWindow.py", line 23, in <module>
>     from view.home.MeshBox import MeshBox
>   File "/home/peter/wrk/sugar/sugar-jhbuild/build/share/sugar/shell/view/home/MeshBox.py", line 30, in <module>
>     from model import accesspointmodel
>   File "/home/peter/wrk/sugar/sugar-jhbuild/build/share/sugar/shell/model/accesspointmodel.py", line 20, in <module>
>     from hardware import nmclient
>   File "/home/peter/wrk/sugar/sugar-jhbuild/build/share/sugar/shell/hardware/nmclient.py", line 28, in <module>
>     from hardware import nminfo
>   File "/home/peter/wrk/sugar/sugar-jhbuild/build/share/sugar/shell/hardware/nminfo.py", line 268, in <module>
>     class NMInfoDBusServiceHelper(dbus.service.Object):
>   File "/home/peter/wrk/sugar/sugar-jhbuild/build/share/sugar/shell/hardware/nminfo.py", line 288, in NMInfoDBusServiceHelper
>     @dbus.service.method(NM_INFO_IFACE, in_signature='i', out_signature='as')
>   File "/var/lib/python-support/python2.5/dbus/decorators.py", line 24, in decorator
>     in_sig = tuple(dbus_bindings.Signature(in_signature))
>   File "dbus_bindings.pyx", line 84, in dbus_bindings.SignatureIter.next
> TypeError: exceptions must be strings, classes, or instances, not type
> 
> 




More information about the Sugar-devel mailing list