[sugar] Various problems with "sugar-jhbuild run"
Guido van Rossum
guido at python.org
Wed Mar 14 14:21:34 EDT 2007
On 3/14/07, Gervase Markham <gerv at gerv.net> wrote:
> Guido van Rossum wrote:
> > Thanks! That seems to have brought me one step closer. But there were
> > some hobbles: I had to git pull in the toplevel directory to get the
> > changes to sugar-jhbuild that specified the new tarball, and this
> > brought in a bug in sugar-jhbuild ('none' instead of 'None' on line 94
> > of jhbuild/jhbuild/utils/packagedb.py). That was easy enough to fix,
> > but where do I report this?
>
> I feel very excited to be racing Guido...
>
> ./sugar-jhbuild run now gives me a screen where it asks for my name and
> a logo (through which I can cycle).
Yes, this works for me too now!
> When I enter these, and click ">", I get:
I get another error at the same point:
Traceback (most recent call last):
File "/home/guido/xo/sugar-jhbuild/build/bin/sugar-shell", line 66,
in <module>
model = ShellModel()
File "/home/guido/xo/sugar-jhbuild/build/share/sugar/shell/model/ShellModel.py",
line 47, in __init__
PresenceService.start()
File "/home/guido/xo/sugar-jhbuild/build/lib/python2.5/site-packages/sugar/presence/PresenceService.py",
line 236, in start
ps = dbus.Interface(bus.get_object(DBUS_SERVICE, DBUS_PATH), DBUS_INTERFACE)
File "/home/guido/xo/sugar-jhbuild/build/lib/python2.5/site-packages/dbus/_dbus.py",
line 411, in get_object
follow_name_owner_changes=follow_name_owner_changes)
File "/home/guido/xo/sugar-jhbuild/build/lib/python2.5/site-packages/dbus/proxies.py",
line 250, in __init__
_dbus_bindings.UInt32(0))
File "/home/guido/xo/sugar-jhbuild/build/lib/python2.5/site-packages/dbus/proxies.py",
line 183, in __call__
reply_message =
self._connection.send_message_with_reply_and_block(message, timeout)
DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Process
/home/guido/xo/sugar-jhbuild/build/bin/sugar-presence-service exited
with status 1
BTW what should I do to overcome the private key messages I got? Or
don't they matter?
ERROR:root:Error reading public key: [Errno 2] No such file or
directory: '/home/guido/.sugar/default/owner.key.pub'
ERROR:root:Error reading private key: [Errno 2] No such file or
directory: '/home/guido/.sugar/default/owner.key'
--
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Sugar
mailing list