Ticket #5377 (closed: fixed)
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: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
Note: See
TracTickets for help on using
tickets.