Describe PortingYourBrainFromTkinterToWxPython here.
Here's an alpha listing of Tkinter things which have less-than-obvious wxPython equivalents.
- tk.Frame == ??
- tk.Toplevel == wxFrame
Pmw.PanedWidget == wxSplitterWindow
Audience participation needed here to fill out the list...