View Single Post
daperl's Avatar
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#666
Originally Posted by Marchell View Post
Guys having a problem with gnome module. I think its about dependencies but still didn`t find any clue why the app don`t work or how to fix it without rewriting the code. The fMMS app just don`t start at all. In the console i get a message like this:

# ./fmms_sender_ui.py
Traceback (most recent call last):
File "./fmms_sender_ui.py", line 21, in <module>
from wappushhandler import MMSSender
File "/home/opt/fmms/wappushhandler.py", line 25, in <module>
import controller as fMMSController
File "/home/opt/fmms/controller.py", line 26, in <module>
import dbhandler as DBHandler
File "/home/opt/fmms/dbhandler.py", line 11, in <module>
from gnome import gnomevfs
ImportError: No module named gnome

any clues how to fix it?
Maybe try this from the terminal:

As root, type the following:

apt-get install gnome-python
__________________
N9: Go white or go home
 

The Following User Says Thank You to daperl For This Useful Post: