Exemplo n.º 1
0
 def download(self):
     self.switchFrame()
     from download import Download
     d = Download(self.mainframe)
     d.pack(fill=BOTH, expand=True, padx=10, pady=5)
     self.root.wait_window(d)
     self.player()