Re: Software to browser Nokia 6070 under FC5
This gMobileMedia is a GUI tool to browse nokia and probably other phones, drag n drop files etc. It works on Gammu, so it requires Gammu installed and a configuration file set.
In Fedora Core 5 :
I downloaded Gammu, in .tar.gz , extracted & installed. The /etc/gammurc file manually created by me is this :
[gammu]
port = /dev/ttyUSB0
model = 6020
connection = dlr3
logfile = rgammulog
logformat = text
startinfo = yes
gammucoding = utf8
As my phone Nokia 6070 is not recognised, I set the model close to it, i.e 6020.
Issuing gammu --identify displays basic info about the phone, So I think gammu is well configured.
Then I installed gMobileMedia RPM. It shows a icon under Accessories, but does nothing on click.
On issuing gmobilemedia in console the output is :
Traceback (most recent call last):
File "main.py", line 25, in ?
from engine import *
File "/usr/share/gMobileMedia/engine.py", line 21, in ?
import gammu
ImportError: No module named gammu
I can understand that the engine.py file can't find & import gammu installed in my system.
I am struck at this point. Is it because gammu is not installed as a RPM where gMobileMedia is ?
Any help, any suggestion please.
|