<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">&nbsp;&nbsp;&nbsp;&nbsp; Hi,<br><br>&nbsp;&nbsp;&nbsp;&nbsp; I have some similar problems too.<br><br>&nbsp;&nbsp;&nbsp;&nbsp; <span style="font-weight: bold;">1.</span> First, if I make "opkg update", I receive a lot of "Signature check failed" messages. I know these are only warnings, but in the end I also receive this:<br><br>Collected errors:<br>&nbsp;* Failed to download http://downloads.openmoko.org/repository/Multiverse/Packages.gz, error 404<br>&nbsp;* Failed to download http://downloads.openmoko.org/repository/Multiverse/Packages.sig, error 404<br>&nbsp;* Failed to download http://downloads.openmoko.org/repository/Om2008.8/all/Packages.sig, error 404<br>&nbsp;* Failed to download http://downloads.openmoko.org/repository/Om2008.8/armv4t/Packages.sig, error 404<br>&nbsp;* Failed to download
 http://downloads.openmoko.org/repository/Om2008.8/om-gta02/Packages.sig, error 404<br>&nbsp;* Failed to download http://buildhost.automated.it/OM2007.2/packages/all/Packages.sig, error 404<br>&nbsp;* Failed to download http://buildhost.automated.it/OM2007.2/packages/armv4t/Packages.sig, error 404<br>&nbsp;* Failed to download http://buildhost.automated.it/OM2007.2/packages/neo1973/Packages.sig, error 404<br>&nbsp;* Failed to download http://buildhost.automated.it/OM2007.2/packages/om-gta01/Packages.sig, error 404<br><br>&nbsp; &nbsp;&nbsp; This makes me think the updates don't work. Because of this, I can't install some packages, because I receive: <br>"Package <span style="font-style: italic;">package_name</span> md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'"<br>&nbsp;&nbsp;&nbsp;&nbsp; I've read this may be a DNS problem, but my /etc/resolv.conf file is similar with that from my local machine, so I can't clear
 this up.<br><br>&nbsp;&nbsp;&nbsp;&nbsp; <span style="font-weight: bold;">2.</span> The second problem and the more important one is about using Python with Dbus. I have this little program which should make a phone call on a number:<br><pre>#!/usr/bin/env python<br>import dbus<br>bus = dbus.SessionBus()<br>proxy = bus.get_object("org.openmoko.Dialer", "/org/openmoko/Dialer")<br>interface = dbus.Interface(object, "org.openmoko.Dialer")<br>interface.Dial("12345")<br></pre>&nbsp;&nbsp;&nbsp;&nbsp; But when I make "dbus-launch python my_program" or simply "python my_program", I receive this:<br><br>Traceback (most recent call last):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp; File "test.py", line 2, in &lt;module&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; import
 dbus&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp; File "/usr/lib/python2.6/site-packages/dbus/__init__.py", line 100, in &lt;module&gt;<br>&nbsp;&nbsp;&nbsp; from dbus._dbus import Bus, SystemBus, SessionBus, StarterBus&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp; File "/usr/lib/python2.6/site-packages/dbus/_dbus.py", line 46, in &lt;module&gt;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; from dbus.bus import BusConnection&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp; File
 "/usr/lib/python2.6/site-packages/dbus/bus.py", line 26, in &lt;module&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; import logging&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>ImportError: No module named logging<br><br>&nbsp;&nbsp;&nbsp;&nbsp; If I try a simple command line which also makes a phone call:<br><pre>dbus-send --print-reply --dest="org.openmoko.Dialer" /org/openmoko/Dialer org.openmoko.Dialer.Dial string:12345<br></pre>or a simple "dbus-monitor" command, I receive this: <br>"Failed to open connection to session message bus: dbus-launch failed to autolaunch D-Bus session: Autolaunch error: X11
 initialization failed."<br><br>&nbsp;&nbsp;&nbsp;&nbsp; I'm kind of stuck in these problems. Thank you in advance.<br><br>&nbsp;&nbsp;&nbsp;&nbsp; Best regards,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ovidiu<br><br><br><br>--- On <b>Wed, 6/3/09, Anthony Winter <i>&lt;awtel@sayne.org&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Anthony Winter &lt;awtel@sayne.org&gt;<br>Subject: Re: help for newbie, and some python<br>To: "Support for Openmoko Device Owners" &lt;support@lists.openmoko.org&gt;<br>Date: Wednesday, June 3, 2009, 9:55 AM<br><br><div class="plainMail">On Wed, 03 Jun 2009, Robin Paulson wrote:<br>&gt; 2009/6/3 Anthony Winter &lt;<a ymailto="mailto:awtel@sayne.org" href="/mc/compose?to=awtel@sayne.org">awtel@sayne.org</a>&gt;:<br>&gt; &gt; OK, good start. But - assuming that it does run from a command line (and I<br>&gt; &gt; still haven't
 found a terminal yet, but there must be one somewhere), what<br>&gt; &gt; are the steps in getting it run by 'clicking' on an icon, in <br>paroli/illume?<br>&gt; &gt; That's the missing bit...<br>&gt; <br>&gt; i assumed you were connected via ssh, and could get at a terminal that way<br><br>er no, I want to write apps that will be used on the phone. In the field. In a <br>hurry, sometimes.<br><br>&gt; i can't remember if there is a terminal in om2009 or not - i think<br>&gt; there is, and it's pretty good. have you discovered illume ie the<br>&gt; desktop yet? if not, you might want to go to<br>&gt; <a href="http://wiki.openmoko.org/wiki/Paroli#FAQ" target="_blank">http://wiki.openmoko.org/wiki/Paroli#FAQ</a><br>&gt; specifically, "how do i get illume?"<br><br>I have discovered it, and while the initial frustration level has receded, I <br>still haven't got the hang of it yet. I'm beginning to see why Apple have <br>captured the non-geek market.
 <br><br>&gt; where all your questions will be answered<br><br>Not really. For example, the OM2009 link is to Elementary, which looks neat, <br>but a) it's not gtk, and b) it's in C, and life (and in particular, the <br>possible life of a Neo) is too short to write apps in C. So I need something <br>with python bindings.<br> <br>&gt; the wiki is great, have search - there's mountains of useful info there<br><br>Weeeeeel, there is a lot there, but I haven't yet found the key to doing what <br>I want...<br><br>-- <br>Ant<br><br>_______________________________________________<br>support mailing list<br><a ymailto="mailto:support@lists.openmoko.org" href="/mc/compose?to=support@lists.openmoko.org">support@lists.openmoko.org</a><br><a href="https://lists.openmoko.org/mailman/listinfo/support" target="_blank">https://lists.openmoko.org/mailman/listinfo/support</a><br></div></blockquote></td></tr></table><br>