So, I've developed my first GUI Ubuntu app using Python and wxPython. I ended up doing the layout in wxGlade. Once I figured out how the sizers work, it was cake. I'm still a bit disappointed with some of the cross-platform GUI layout decisions wx makes, but hey, it's not exactly productive trying to emulate a Microsoft "standard", is it?
SO, verdict? wxGlade gets the job done. LOVE the way Python handles the class-based UI stuff and wxGlade makes adding more stuff later a snap without worrying about overwriting anything accidentally. Now, on to SOAP integration with Python...
SO, verdict? wxGlade gets the job done. LOVE the way Python handles the class-based UI stuff and wxGlade makes adding more stuff later a snap without worrying about overwriting anything accidentally. Now, on to SOAP integration with Python...
Comments
Post a Comment