Hello: with debian amd64, python 2.6, I am at filling missing residues with script
from modeller import * from modeller.automodel import * # Load the automodel class
log.verbose() env = environ()
# directories for input atom files env.io.atom_files_directory = ['.', '../atom_files']
a = loopmodel(env, alnfile = 'alignment.ali', knowns = 'FlaK', sequence = 'FlaK_fill') a.starting_model= 1 a.ending_model = 1
a.loop.starting_model = 1 a.loop.ending_model = 2 a.loop.md_level = refine.fast
a.make()
and command
# mod9.10 fill_res.py
I had some(overcome) problems of alignment. Now, suddenly:
francesco@gig64:~/tmp$ mod9.10 fill_resid.py Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] 'import site' failed; use -v for traceback francesco@gig64:~/tmp$
which is curious as I am at Modeller modules, so that Python's version should be immaterial. At any event, I can't install a previous version of Python.
Thanks for advice
francesco pietra
On 1/31/12 9:12 AM, Francesco Pietra wrote: > francesco@gig64:~/tmp$ mod9.10 fill_resid.py > Could not find platform independent libraries<prefix> > Could not find platform dependent libraries<exec_prefix> > Consider setting $PYTHONHOME to<prefix>[:<exec_prefix>] > 'import site' failed; use -v for traceback
Please read the FAQ before posting: http://salilab.org/modeller/9.10/FAQ.html#19
Ben Webb, Modeller Caretaker
participants (2)
-
Francesco Pietra
-
Modeller Caretaker