![]() |
2007-11-26
, 22:52
|
|
Posts: 341 |
Thanked: 68 times |
Joined on Aug 2007
|
#11
|
![]() |
2007-11-26
, 22:57
|
Posts: 85 |
Thanked: 79 times |
Joined on Nov 2007
@ Erfurt, Germany
|
#12
|
![]() |
2007-11-26
, 23:02
|
Posts: 85 |
Thanked: 79 times |
Joined on Nov 2007
@ Erfurt, Germany
|
#13
|
![]() |
2007-11-27
, 09:21
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#14
|
![]() |
2007-11-27
, 10:08
|
Posts: 60 |
Thanked: 69 times |
Joined on Oct 2007
@ Nomad
|
#15
|
![]() |
2007-11-27
, 19:53
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#16
|
![]() |
2007-11-28
, 05:50
|
Posts: 41 |
Thanked: 0 times |
Joined on Jan 2007
|
#17
|
I have just released version 0.90.1 (https://garage.maemo.org/frs/download.php/2733/mediabox_0.90.1-1_armel.deb), which addresses the gconf issue. The mplayer sound issue is under investigation.
The software now also sorta works on the Nokia 770 with OS 2006.
![]() |
2007-11-28
, 07:11
|
Posts: 323 |
Thanked: 118 times |
Joined on Nov 2007
@ Australia
|
#18
|
![]() |
2007-11-28
, 07:30
|
Posts: 262 |
Thanked: 9 times |
Joined on Jun 2007
|
#19
|
Yeah I get the same thing, if starting with MediaBox from command line I get
Nokia-N800-44-4:~# MediaBox
Traceback (most recent call last):
File "/usr/bin/MediaBox", line 3, in <module>
from mediabox.App import App
File "/usr/lib/mediabox/mediabox/App.py", line 1, in <module>
from MainWindow import MainWindow
File "/usr/lib/mediabox/mediabox/MainWindow.py", line 1, in <module>
import config
File "/usr/lib/mediabox/mediabox/config.py", line 6, in <module>
import gnome.gconf as gconf
ImportError: No module named gnome.gconf
But if you start the program with "MediaCenter" from the command line it starts as expected.
Cheers
Rip
There is a bug with gconf module:
https://garage.maemo.org/pipermail/p...er/000153.html
You can run MediaBox if you create manually (as root user) a __init__.py
file in gnome-python directory:
"touch /usr/lib/python2.5/site-packages/gnome/__init__.py"
Cheers.
- --
Daniel Martín Yerga
![]() |
2007-11-28
, 08:30
|
Posts: 323 |
Thanked: 118 times |
Joined on Nov 2007
@ Australia
|
#20
|