I see. Problem with that is that the very same program won't work on my linux boxes then. Perhaps I would need to do two applications... Thanks for your help!! Cheers, L.
on_tablet = True try: import hildon except ImportError: on_tablet = False [...] if on_tablet: self.window = hildon.Window() else: self.window = gtk.Window()