Symptom: When running qube.py (version 5.1) as a script or after compiling into an executable, some integer fields are not displaying in the JobList panel.
Issue: The installed version of wxPython on that system is the unicode version. For QubeGUI 5.1, unicode is not fully supported. There are issues with translating integers into unicode strings
Solution: As an interim workaround, please install the wxPython-ansi version. From a coding standpoint, the *List panels need to be explicitly cast to strings in the ColumnData_*.getItemInColumn() routines. This issue will be fixed for the next Qube release.