Author Topic: Unable to run QubeGUI v6.4-0 from python source: "No module named logPanel"  (Read 3992 times)

jburk

  • Administrator
  • *****
  • Posts: 493
This does not affect the compiled version of the QubeGUI, only if you're running the product directly from the python source, as in: python qube.py

The logPanel.py module was erroneously missing from the v6.4-0 release of the QubeGUI.  The relevant error is:

    ImportError: No module named logPanel

If you copy the attached file into $QBDIR/api/python/qb/gui, it will allow the GUI to run.



[attachment deleted by admin]