I am using pidly, and i would like to transfer a variable from python into IDL
import pidly
traj = 'test.traj'
idl = pidly.IDL()
idl('trajfile = "{0}".format(traj)')
I just want to be able to use the variable that i have in python in an IDL command.