Ticket #3259 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

Help button on ORNL SANS raises an error

Reported by: Martyn Gigg Owned by: Mathieu Doucet
Priority: major Milestone: Iteration 30
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Martyn Gigg

Description

While testing a different ticket on RHEL5 I clicked on the help button and it produced this error in the script console:

Traceback (most recent call last):
  File "/opt/Mantid/scripts/Interface/reduction_gui/widgets/sans/eqsans_instrument.py", line 475, in _show_help
    dialog = HelpDialog(self)
  File "/opt/Mantid/scripts/Interface/reduction_gui/widgets/sans/eqsans_instrument.py", line 473, in __init__
    QtGui.QDialog.__init__(self, parent=parent)
TypeError: keyword arguments are not supported

However, this did not happen on Ubuntu.

Change History

comment:1 Changed 9 years ago by Mathieu Doucet

  • Status changed from new to accepted

comment:2 Changed 9 years ago by Mathieu Doucet

  • Status changed from accepted to verify
  • Resolution set to fixed

(In [13007]) Resolve issue with help button on RHEL5. Fixes #3259

comment:3 Changed 9 years ago by Martyn Gigg

  • Status changed from verify to verifying
  • Tester set to Martyn Gigg

comment:4 Changed 9 years ago by Martyn Gigg

  • Status changed from verifying to closed

Verfied that the help button now raises the same dialog as the other platforms.

comment:5 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 4106

Note: See TracTickets for help on using tickets.