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?