Author Topic: QubeGUI: Fix for missing fields in JobList panel  (Read 4203 times)

Scot Brew

  • Hero Member
  • *****
  • Posts: 272
    • PipelineFX
QubeGUI: Fix for missing fields in JobList panel
« on: April 27, 2007, 09:11:45 PM »
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.