Ticket #6395 (closed: worksforme)
Python error on Mountain Lion
Reported by: | Owen Arnold | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | critical | Milestone: | Release 3.1 |
Component: | MantidPlot | Keywords: | |
Cc: | nick.draper@…, martyn.gigg@… | Blocked By: | |
Blocking: | Tester: | Michael Reuter |
Description (last modified by Russell Taylor) (diff)
No getGoniometer python method. We see this on Mountain Lion and only when using the Python Shell in Mantid. This method is in our existing bindings, and appears to be available from other platforms.
ws = Load('MAR11001.raw') run = ws.getRun() g = run.getGoniometer() # Error help(run)
Change History
comment:1 Changed 8 years ago by Nick Draper
- Owner set to Martyn Gigg
- Status changed from new to assigned
comment:2 Changed 8 years ago by Owen Arnold
I think this can wait till the next iteration. Discussed this earlier with Martyn, and it could be down to the fact that boost python is linked against python 2.6. Need to sort this out (along with a number of other things) with developers in the US.
comment:5 Changed 7 years ago by Martyn Gigg
- Milestone changed from Release 2.6 to Release 2.7
Batch move to 2.7
comment:8 Changed 7 years ago by Russell Taylor
- Owner changed from Martyn Gigg to Russell Taylor
- Status changed from new to verify
- Resolution set to worksforme
- Description modified (diff)
Just checked the code snippet on Mountain Lion and it works fine for me.
comment:10 Changed 7 years ago by Michael Reuter
- Status changed from verify to verifying
- Tester set to Michael Reuter
comment:11 Changed 7 years ago by Michael Reuter
- Status changed from verifying to closed
Yes, this is working.
comment:12 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 7241
Note: See
TracTickets for help on using
tickets.