Ticket #5377 (closed: fixed)

Opened 8 years ago

Last modified 5 years ago

wiki_tools: add the debug/bin subdirectory to sys.path

Reported by: Jose Borreguero Owned by: Jose Borreguero
Priority: minor Milestone: Release 2.2
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Martyn Gigg

Description

Just add the line

sys.path.append( os.path.join(mantidpath, 'bin') )

in initialize_Mantid()

Change History

comment:1 Changed 8 years ago by Jose Borreguero

  • Status changed from new to accepted

comment:2 Changed 8 years ago by Jose Borreguero

  • Status changed from accepted to verify
  • Resolution set to fixed

comment:3 Changed 8 years ago by Jose Borreguero

Refs #5377 Added a path to sys.path

modified: wiki_tools.py

Changeset: 2ecc869034b5dd50e4bafc2c7789f68b3145f0df

comment:4 Changed 8 years ago by Jose Borreguero

Refs #5377 Added a path to sys.path

modified: wiki_tools.py

Changeset: 2ecc869034b5dd50e4bafc2c7789f68b3145f0df

comment:5 Changed 8 years ago by Jose Borreguero

Refs #5377 Added a path to sys.path

modified: wiki_tools.py

Changeset: 2ecc869034b5dd50e4bafc2c7789f68b3145f0df

comment:6 Changed 8 years ago by Martyn Gigg

  • Status changed from verify to verifying
  • Tester set to Martyn Gigg

comment:7 Changed 8 years ago by Martyn Gigg

  • Status changed from verifying to closed

Not strictly necessary as MANTIDPATH is supposed to point at the binary directory but it will do no harm

comment:8 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 6223

Note: See TracTickets for help on using tickets.