Ticket #4035 (closed: fixed)
Users directories->Python scripts directory tab is confusing
Reported by: | Alex Buts | Owned by: | Nick Draper |
---|---|---|---|
Priority: | minor | Milestone: | Release 2.5 |
Component: | Mantid | Keywords: | |
Cc: | martyn.gigg@… | Blocked By: | |
Blocking: | Tester: | Nick Draper |
Description
if a user runs Mantid for the first time, he us encouraged to set up instrument, data and python script directories. These options are available to change later from File->manage users directories.
The instrument and data directories work as expected, when python script directories tab adds to user config file string:
usersearch.directories=
which is not related to
pythonscripts.directories=
-- where the python scripts run from.
The python scripts do not run from usersearch.directories. What does this configuration string do anyway?
The python scripts should either run from usersearch.directories too, or the name for the tab should be not a "python scripts directories".
Change History
comment:1 Changed 9 years ago by Nick Draper
- Status changed from new to verify
- Owner set to Nick Draper
- Resolution set to invalid
comment:2 Changed 9 years ago by Alex Buts
But users scripts do not run from this directory!
Or was not running when I tried to do this
comment:3 Changed 9 years ago by Stuart Campbell
- Status changed from verify to verifying
- Tester set to Stuart Campbell
comment:5 Changed 9 years ago by Alex Buts
- Cc martyn.gigg@… added
- type changed from enhancement to defect
- Status changed from closed to reopened
- Resolution invalid deleted
- Milestone changed from Iteration 32 to Iteration 33
Apparently, PythonScripts directory is mapped to wrong key in Mantid.user.properties which should be fixed
comment:6 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.1 to Release 2.2
Moved at end of release 2.1
comment:8 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.3 to Release 2.4
Moved to release 2.4
comment:10 Changed 8 years ago by Nick Draper
- Status changed from reopened to closed
- Resolution set to fixed
- Tester changed from Stuart Campbell to Nick Draper
comment:11 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 4882
Usersearch is a directory for user created python directories.
Pythonscripts is a directory for Vital dev team created python scripts that are needed for the interfaces.