I use as base GUI Tk.
But for file dialog I use Wx. It can work without parent structure(I saw only warning about null variable).
May be I can using only Wx, but I use Canvas from Tk and this thing is major for my program. I find no canvas in Wx(may be I search bad).
Q:
How I can use in one program menus, dialogs and other GUI things from Wx and only Canvas from Tk. I understand: this two interfaces are different but may be present method for resolve this problem? This is fantastic but faint hope present in my head.