#!/usr/bin/python from geneticone.gui import MainWindow if __name__ == "__main__": m = MainWindow() m.main()