: movie -script - conversion from .png to .tga
I am trying to run the mkmov1.pml script from the Pymol page.
I am stopped at the line
/for i in glob("png/*"):os.system("convert "+i+" "re.sub("png", "tga",
re.sub("_",".",i
I am trying to run the mkmov1.pml script from the Pymol page.
I am stopped at the line
/for i in glob("png/*"):os.system("convert "+i+" "re.sub("png", "tga",
re.sub("_",".",i)))
I get the errors:
Traceback (innermost last):
File "/apps/pymol/modules/pymol/parser.py", line 98, in parse
exe