Ticket #1657 (closed: fixed)
Adding Python algorithms after Mantid is broken
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 25 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Whitty |
Description
Error
RuntimeError on line 36: "Python error: 'MantidPyFramework' object has no attribute '_importSimpleAPIToGlobal'" in file 'MantidFramework.py' at line 410
To reproduce:
- Start MantidPlot
- Open the Python script window
- Open the "Squares.py" in Code/Mantid/PythonAPI/PythonAlgorithms/Examples
- Execute the script
Change History
comment:1 Changed 10 years ago by Martyn Gigg
- Status changed from new to verify
- Resolution set to fixed
comment:2 Changed 10 years ago by Michael Whitty
- Status changed from verify to verifying
- Tester set to Michael Whitty
Note: See
TracTickets for help on using
tickets.
(In [6222]) Fix updating of Python algorithms once Mantid has started. Fixes #1657