There are some mixups with certain qt packages missing or having the wrong name. As soon as they land, we're good to go as far as I'm concerned.. Err... Code: try: from PyQt4.QtMaemo5 import * USE_MAEMO = True except: USE_MAEMO = False ? I need to see more context... What is configWin ? Does it have a parent ?
try: from PyQt4.QtMaemo5 import * USE_MAEMO = True except: USE_MAEMO = False