Thanks to Simon, I am now convinced that PyQt4, using Qt Designer, is far more smooth and easy compared to using wxGlade for building GUIs. Just need to mark up a GUI diagram for my next project. Been using Pyrcc4 to convert my PNG icons into raw data (Python resource files) that Python imports with the GUI I'm experimenting on. Been following YouTube videos on converting UI and QRC files into Python. Then I convert the whole thing into EXE using Py2exe.
Kind of cool so far.
Kind of cool so far.