Re: Mofi issue on 2008.8 stable

2008-08-27 Thread Marcus Stong
Edit the file /usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py
On line 82 change:
init()
to
_init()

(add an underscore at the start)

That fixes the problem.

Marcus

Yorick Moko wrote:
> On Wed, Aug 27, 2008 at 6:56 AM, Lisa <[EMAIL PROTECTED]> wrote:
>   
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> Tried to start Mofi (v2) and get this
>> Traceback (most recent call last):
>> ~  File "/usr/lib/mofi/mofi_gui.py", line 30, in 
>> ~import gtk
>> ~  File "/usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py", line
>> 82, in 
>> ~init()
>> NameError: name 'init' is not defined
>>
>> ~ Any ideas on how to fix this?
>> ~ Thanks,
>> ~   Lisa
>> -BEGIN PGP SIGNATURE-
>> Version: GnuPG v2.0.4-svn0 (GNU/Linux)
>> Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
>>
>> iD8DBQFItN6Z1sOMhsR36UsRAjOIAJ4y7o3jzAISwsRYQ+8Tuo2vwoQ+CACgmrgg
>> KQaEvtHa7YYqHaMDuzbFetI=
>> =2px+
>> -END PGP SIGNATURE-
>>
>> ___
>> support mailing list
>> support@lists.openmoko.org
>> https://lists.openmoko.org/mailman/listinfo/support
>>
>> 
>
> 1 why not try mofi 0.3??
> 2. it's a know error: in
> /usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py, line 82,
> change "init" to "_init".
>
> I don't know if a bug report is in order or not
>
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support
>
>   


___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Mofi issue on 2008.8 stable

2008-08-27 Thread Gilles Casse
Yorick Moko wrote:
> 2. it's a know error: in
> /usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py, line 82,
> change "init" to "_init".
>
> I don't know if a bug report is in order or not
>
>   
Ticket 1718:
http://docs.openmoko.org/trac/ticket/1718

Gilles

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Mofi issue on 2008.8 stable

2008-08-27 Thread Yorick Moko
On Wed, Aug 27, 2008 at 6:56 AM, Lisa <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Tried to start Mofi (v2) and get this
> Traceback (most recent call last):
> ~  File "/usr/lib/mofi/mofi_gui.py", line 30, in 
> ~import gtk
> ~  File "/usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py", line
> 82, in 
> ~init()
> NameError: name 'init' is not defined
>
> ~ Any ideas on how to fix this?
> ~ Thanks,
> ~   Lisa
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v2.0.4-svn0 (GNU/Linux)
> Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
>
> iD8DBQFItN6Z1sOMhsR36UsRAjOIAJ4y7o3jzAISwsRYQ+8Tuo2vwoQ+CACgmrgg
> KQaEvtHa7YYqHaMDuzbFetI=
> =2px+
> -END PGP SIGNATURE-
>
> ___
> support mailing list
> support@lists.openmoko.org
> https://lists.openmoko.org/mailman/listinfo/support
>

1 why not try mofi 0.3??
2. it's a know error: in
/usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py, line 82,
change "init" to "_init".

I don't know if a bug report is in order or not

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support