View Single Post
Posts: 215 | Thanked: 348 times | Joined on May 2011
#97
weird it's not working for me , I have CSSU testing

this is the output

Code:
$ mieru 
All modules combined 540.00 ms
creating profile folder in: /home/user/.mieru
options: profile path: /home/user/.mieru
options: exception while loading saved options:
[Errno 2] No such file or directory: '/home/user/.mieru/mieru_options.bin'
maemo5: Qt version 4.7.4 detected
maemo5: sufficient Qt version for QML GUI (> 4.7.4)
preferred GUI ID from platform module: QML
All modules combined 0.00 ms
/opt/mieru/gui/qml_gui.py:42: GtkWarning: gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed
  self.app = QApplication(sys.argv)
file:///opt/mieru/gui/qml/main.qml:4:1: module "com.nokia.meego" is not installed 
     import com.nokia.meego 1.0 
     ^ 
Traceback (most recent call last):
  File "mieru.py", line 423, in <module>
    mieru = Mieru()
  File "mieru.py", line 119, in __init__
    self._loadGUIModule(guiModuleId)
  File "mieru.py", line 154, in _loadGUIModule
    self.gui = gui.getGui(self, 'QML', accel=True, size=initialSize)
  File "/opt/mieru/gui/gui.py", line 107, in getGui
    return qml_gui.QMLGUI(mieru, type, size)
  File "/opt/mieru/gui/qml_gui.py", line 110, in __init__
    self.rootObject.openFirstStartDialog()
AttributeError: 'NoneType' object has no attribute 'openFirstStartDialog'
but it works with python mieru.py -p maemo5 -u hildon
 

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