ViennaRNA / forgi

An RNA manipulation library.
GNU General Public License v3.0
52 stars 31 forks source link

Running on Windows #27

Closed irenekb closed 7 years ago

irenekb commented 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)

Bernhard10 commented 7 years ago

In this case this obscure error message is probably generated because you did not install MC-Annotate.

I updated the code to give a more accurate error message.