<div dir="ltr">On Sun, Aug 31, 2008 at 10:44 PM, Christ van Willegen <span dir="ltr">&lt;<a href="mailto:cvwillegen@gmail.com">cvwillegen@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Sun, Aug 31, 2008 at 7:11 PM, Katrin Tomanek &lt;<a href="mailto:katrin.tomanek@gmx.de">katrin.tomanek@gmx.de</a>&gt; wrote:<br>
<br>
&gt; Hi,<br>
&gt;<br>
&gt; I wanted to test mofi today to get my WIFI running. So, I installed mofi as<br>
&gt; explained in the wiki (<a href="http://wiki.openmoko.org/wiki/Mofi" target="_blank">http://wiki.openmoko.org/wiki/Mofi</a>, installation<br>
&gt; through opkg).<br>
&gt;<br>
&gt; When starting mofi from a terminal, I get the following error:<br>
&gt;<br>
&gt; ---- snip ----<br>
&gt;<br>
&gt; Traceback (most recent call last):<br>
&gt; &nbsp;File &quot;/usr/lib/mofi/mofi_gui.py&quot;, line 30, in &lt;module&gt;<br>
&gt; &nbsp; &nbsp;import gtk<br>
&gt; &nbsp;File &quot;/usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py&quot;, line 82,<br>
&gt; in &lt;module&gt;<br>
&gt; &nbsp; &nbsp;init()<br>
&gt; NameError: name &#39;init&#39; is not defined<br>
&gt;<br>
&gt; ---- snap ----<br>
&gt;<br>
&gt; Any hints? What&#39;s wrong here?<br>
<br>
</div>Edit the file /usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py<br>
and change the call to init() to _init()<br>
<br>
HTH!<br>
<br>
</blockquote></div>Why doesn&#39;t somebody fix the charmed file in the repos?&nbsp; This change has also been recommended in the GPRS with GSM Multiplexing and GUI subsection on the wiki.&nbsp; What happens in a real-world scenario is people trying to use vi on the phone&#39;s tiny screen estate, standing around wifi hotspots, if they know they have to change init() to _init().&nbsp; Finding line 82 is very difficult unless you are a vi wizard.&nbsp; The tiny letters on the keyboard (and that&#39;s hoping it is raster&#39;s kbd, not the original one) make it even worse.<br>
</div>