Ticket #8764 (closed: duplicate)
Default Settings.xml
Reported by: | Owen Arnold | Owned by: | Owen Arnold |
---|---|---|---|
Priority: | major | Milestone: | Release 3.1 |
Component: | Reflectometry | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Jay Rainey |
Description
Settings.xml file should be shipped by default and pre-filled with the windows path. This will mean that it just works on windows, but also it will still be possible for non-windows users to modify the settings.xml file as they used to.
We now also have agreement that we can now use the ICAT login and search functionality within this user interface. This will mean we can kill off a lot of the journal xml parsing code that is bloating this user interface.
Change History
comment:2 Changed 7 years ago by Owen Arnold
- Status changed from new to verify
- Resolution set to duplicate
My fault, double submitted a ticket. #8765 is the one I'm working against.
comment:3 Changed 7 years ago by Jay Rainey
- Status changed from verify to verifying
- Tester set to Jay Rainey
Note: See
TracTickets for help on using
tickets.
(In #8755) When I try to run the GUI I get another (different) error, which is:
I believe this is is to do with the change introduced here. The GUI ran correctly when I changed the import statement from:
from settings import MissingSettings, Settings
to
from isis_reflectometry.settings import *