Ticket #2254 (closed: fixed)
Python error on MantidPlot startup with RHEL5
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | critical | Milestone: | Iteration 27 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Brett Tully |
Description
Starting MantidPlot on a RHEL5 machine causes this error:
Traceback (most recent call last): File "<string>", line 17, in ? File "/SNSlocal/tr9/Mantid/Code/mybuild/bin/MantidFramework.py", line 821, in initialise self._importSimpleAPIToMain() File "/SNSlocal/tr9/Mantid/Code/mybuild/bin/MantidFramework.py", line 854, in _importSimpleAPIToMain mod = reload(sys.modules[simpleapi]) File "/home/tr9/.mantid/mantidsimple.py", line 16313 print 'mtdHelp() - ' + cmd + ' not found in help list' SystemError: com_backpatch: offset too large Error running init file "/SNSlocal/tr9/Mantid/Code/mybuild/bin/mantidplotrc.py"
to be raised resulting in the failure to initialize Python.
It looks to be a problem that the mtdHelp() if/elif chain of statements has become too long.
Change History
comment:3 Changed 10 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 10 years ago by Brett Tully
- Status changed from verify to verifying
- Tester set to Brett Tully
Note: See
TracTickets for help on using
tickets.