applications_with_wxpython
applications_with_wxpython copied to clipboard
Code examples for the book, Creating GUI Application with wxPython
Just purchased the book and am working my way through the examples. In chapter 2, with the image viewer, I have run into one problem and one warning. FWIW, I...
Never finds the config.ini. Always claims grin3 not installed even though it is and the config.ini file exists. Repo code has the same issue as the book code. Mac OS...
When running the chapter 4 program db_viewer.py I get the following error: `Traceback (most recent call last): File "/home/xxx/Documents/MyPython/db_viewer.py", line 95, in loadDatabase self.table_names = self.engine.table_names() AttributeError: 'Engine' object has...
wx.SearchCtrl is not working. The work around for me is to change to wxTextCtrl and leave everything the same. You loose the magnifying glass in the field  but the...