Hi there
When I open a terminal and type “/opt/Trelis-16.4/bin/trelis” then trelis loads up with plugins and the trelis command line states …
[code]
Loaded Svalinn plugin.
– DAGMC export command available.
– MCNP import command available.
Journaled Command: undo on
Trelis>[/code]
However when I am running a python script which opens trelis it opens differently (without plugins). This python script below opens trelis without plugins
import os
import sys
os.system('/opt/Trelis-16.4/bin/trelis')[/code]
Trelis loads up and the command line states
[code]Journaled Command: undo on
Trelis>
Any idea how I get trelis to load up from python with the plugins enabled?
Many thanks