#!/usr/bin/python from pytk2 import * root = Tk() app = App(root,450,350,"Coords editor") app.Run() root.mainloop()