Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python error on MantidPlot startup with RHEL5 #3101

Closed
martyngigg opened this issue Jan 19, 2011 · 1 comment
Closed

Python error on MantidPlot startup with RHEL5 #3101

martyngigg opened this issue Jan 19, 2011 · 1 comment
Assignees
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@martyngigg
Copy link
Member

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.

@martyngigg
Copy link
Member Author

This issue was originally trac ticket 2254

@martyngigg martyngigg added High Priority An issue or pull request that if not addressed is severe enough to postponse a release. Mantid labels Jun 3, 2015
@martyngigg martyngigg self-assigned this Jun 3, 2015
@martyngigg martyngigg added this to the Iteration 27 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Projects
None yet
Development

No branches or pull requests

1 participant