Ticket #3148 (closed: fixed)
Remove .mantid from python path
Reported by: | Mathieu Doucet | Owned by: | Mathieu Doucet |
---|---|---|---|
Priority: | critical | Milestone: | Iteration 29 |
Component: | MantidPlot | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Anders Markvardsen |
Description
Now that mantidsimple.py is a file that is no longer generated at run-time but resides permanently in the bin directory, there is no need to add ~/.mantid to python's sys.path. If the user still has an old version of mantidsimple.py and ~/.mantid is put on the path, MantidPlot may find the wrong one first and fail to initialize python scripting.
Change History
comment:1 Changed 9 years ago by Mathieu Doucet
- Status changed from new to verify
- Resolution set to fixed
comment:2 Changed 9 years ago by Anders Markvardsen
- Status changed from verify to verifying
- Tester set to Anders Markvardsen
Note: See
TracTickets for help on using
tickets.
(In [12363]) Fixes #3148