
20 Jun
2016
20 Jun
'16
1:18 p.m.
Hi There, I am trying to call a script with Chimera commands(saved as sample.py file) in another python program using os.system("chimera --nogui --nostats sample.py") and I get an module load error as below, import chimera ImportError: No module named chimera However, if I call the script with chimera it works, for eg., chimera --nogui --nostats sample.py typed directly in terminal is working. Can anybody help fix this error? Thanks in advance, Best Regards, Subha