Ticket #8764 (closed: duplicate)

Opened 7 years ago

Last modified 5 years ago

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:1 Changed 7 years ago by Jay Rainey

  • Blocked By 8755 removed

(In #8755) When I try to run the GUI I get another (different) error, which is:

ImportError: No module named settings
  at line 6 in '<Interface>'
  caused by line 5 in '~/dev/testing/Code/Mantid/scripts/Interface/ui/reflectometer/refl_gui.py'
  caused by line 10 in '~/dev/testing/Code/Mantid/scripts/Interface/ui/reflectometer/refl_save.py'

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 *

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

comment:4 Changed 7 years ago by Jay Rainey

  • Status changed from verifying to closed

This is indeed a duplication of #8765. Closing.

comment:5 Changed 7 years ago by Nick Draper

  • Milestone changed from Backlog to Release 3.1

comment:6 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 9608

Note: See TracTickets for help on using tickets.