*** This bug is a duplicate of bug 71045 ***
    https://bugs.launchpad.net/bugs/71045

Same problem with the mutagenesis wizard.

The workaround presented here did not work.

I had to change lines 38-39 of  /usr/share/python-
support/pymol/pymol/wizard/mutagenesis.py

from
        self.ind_library = io.pkl.fromFile(os.environ['PYMOL_PATH']+
                                           
"/data/chempy/sidechains/sc_bb_ind.pkl")
to
        self.ind_library = 
io.pkl.fromFile("/usr/share/chempy/sidechains/sc_bb_ind.pkl")

as well as lines 110-111 of same file from
                self.dep_library = io.pkl.fromFile(os.environ['PYMOL_PATH']+
                                           
"/data/chempy/sidechains/sc_bb_dep.pkl")
to
                self.dep_library = 
io.pkl.fromFile("/usr/share/chempy/sidechains/sc_bb_ind.pkl")

And the mutagenesis works. This bug is probably present in some other
scripts that I havent tested yet


** Attachment added: "Patched version of the script mutagenesis.py"
   http://librarian.launchpad.net/7493856/mutagenesis.py

-- 
Wrong path to substitution matrix file in pymol
https://bugs.launchpad.net/bugs/92807
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to