Hi frals I don't know why, but the version 1.2.1 is not working... I can see the inbox, but I can't open the messages, not the new and not the old... Back to 1.2.0... Frals, I have the same problem: That I get from X-term: Code: ~$ /opt/fmms/fmms_gui.py smil.txt DSC00043.JPG Traceback (most recent call last): File "/opt/fmms/fmms_viewer.py", line 202, in mms_menu_button_clicked self.save_attachments(fname) File "/opt/fmms/fmms_viewer.py", line 429, in save_attachments self.choose_your_destiny(src, attachments, selection, sel_count) File "/opt/fmms/fmms_viewer.py", line 433, in choose_your_destiny fcd = hildon.FileChooserDialog(self.window, action=gtk.FILE_CHOOSER_ACTION_SAVE) TypeError: HildonFileChooserDialog.__init__() takes exactly 3 arguments (2 given) ~ $ and that my fmms log file, after trying to save the attachment (and I don't know where is it saved):
~$ /opt/fmms/fmms_gui.py smil.txt DSC00043.JPG Traceback (most recent call last): File "/opt/fmms/fmms_viewer.py", line 202, in mms_menu_button_clicked self.save_attachments(fname) File "/opt/fmms/fmms_viewer.py", line 429, in save_attachments self.choose_your_destiny(src, attachments, selection, sel_count) File "/opt/fmms/fmms_viewer.py", line 433, in choose_your_destiny fcd = hildon.FileChooserDialog(self.window, action=gtk.FILE_CHOOSER_ACTION_SAVE) TypeError: HildonFileChooserDialog.__init__() takes exactly 3 arguments (2 given) ~ $
* Fixed syntax error in viewer preventing it from starting * Updated dependency on python-hildon to correct version