Re: [PyMOL] Unable to initialize plugin annocryst

2017-06-02 Thread Thomas Holder
Hi Jon, try this: In file "annocryst.py" on line 22, replace: from modules.idlelib.TreeWidget import TreeItem, TreeNode with: from idlelib.TreeWidget import TreeItem, TreeNode Hope that works for you. Cheers, Thomas > On Jun 1, 2017, at 7:03 PM, Luo, Jonathan Z. wrote: > > Hello, > I've

[PyMOL] Unable to initialize plugin annocryst

2017-06-02 Thread Luo, Jonathan Z.
Hello, I've just installed pymol and am running into this error at startup: No module named modules.idlelib.TreeWidget ?Unable to initialize plugin 'annocryst' (pmg_tk.startup.annocryst) When I try to import: PyMOL>import pmg_tk.startup.annocryst Traceback (most recent call last): File