Ticket #425 (closed: fixed)
Disable TableWorkspace access from Python
Reported by: | Martyn Gigg | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Iteration 15 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
There is currently no interface for TableWorkspace in API so using TableWorkspace directly in Python causes dependency problems as it links MantidPython with MantidDataObjects
Change History
Note: See
TracTickets for help on using
tickets.
(In [2043]) Removed Python interface to TableWorkspace as it caused a dependency on the DataObjects library. It will stay disabled until an API is implemented. Re #425