Ticket #1299 (closed: fixed)
Algorithms not found in python on linux
Reported by: | Peter Peterson | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 24 |
Component: | Keywords: | linux | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Whitty |
Description
On RHEL5 (probably other unixes as well) mantidsimple is missing definitions of all algorithms other than Squares. This makes using mantid from python impossible. The error occurs both when running from MantidHeader import * and when executing mtd.initialise()
Change History
comment:3 Changed 10 years ago by Martyn Gigg
- Status changed from accepted to testing
- Resolution set to fixed
comment:4 Changed 10 years ago by Nick Draper
- Status changed from testing to verify
Moved to verify state
comment:5 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 [4888]) Fix for algorithm registration in stand-alone Python on Linux. Re #1299