Closed irenekb closed 7 years ago
As far as I know Windows doesn´t like subprocess:
python .\examples\visualize_pdb.py .\examples\input\1y26.pdb
Errormessage: https://pastebin.com/xKTnHJtM
subprocess.Popen(..) can be probable solved with (visualize_pdb.py 168): p = sp.Popen([sys.executable,'pymol', f2.name, f1.name], stdout=sp.PIPE, stderr=sp.PIPE)
p = sp.Popen([sys.executable,'pymol', f2.name, f1.name], stdout=sp.PIPE, stderr=sp.PIPE)
In this case this obscure error message is probably generated because you did not install MC-Annotate.
MC-Annotate
I updated the code to give a more accurate error message.
As far as I know Windows doesn´t like subprocess:
Errormessage: https://pastebin.com/xKTnHJtM
subprocess.Popen(..) can be probable solved with (visualize_pdb.py 168):
p = sp.Popen([sys.executable,'pymol', f2.name, f1.name], stdout=sp.PIPE, stderr=sp.PIPE)