Hello,

try to uninstall Pmw and reinstall it using Pmw-2.0.1-py3-none-any.whl from <http://www.lfd.uci.edu/~gohlke/pythonlibs/#pymol>.

C:\Python36\python.exe -m pip uninstall Pmw
C:\Python36\python.exe -m pip install Pmw-2.0.1-py3-none-any.whl

Christoph


On 8/21/2017 8:27 AM, Vijay Masand wrote:
Dear PyMOL Users
Today, I installed PyMOL 1.8.7 with Python 3.6 on Windows 10. But,
unfortunatelt facing one issue with Plugin Manager. The error is as
following:

Error: 1
TypeError Exception in Tk callback
   Function: <function addPluginManagerMenuItem.<locals>.plugin_manager
at 0x0000019192E818C8> (type: <class 'function'>)
   Args: ()
Traceback (innermost last):
   File "C:\Python36\lib\site-packages\Pmw\Pmw_2_0_1\lib\PmwBase.py",
line 1776, in __call__
     return self.func(*args)
   File "C:\Python36\lib\site-packages\pymol\plugins\legacysupport.py",
line 73, in plugin_manager
     managergui.manager_dialog()
   File "C:\Python36\lib\site-packages\pymol\plugins\managergui.py",
line 47, in manager_dialog
     dialog = PluginManager(get_tk_root())
   File "C:\Python36\lib\site-packages\pymol\plugins\managergui.py",
line 129, in __init__
     notebook = Pmw.NoteBook(master)
   File "C:\Python36\lib\site-packages\Pmw\Pmw_2_0_1\lib\PmwNoteBook.py",
line 60, in __init__
     Pmw.Color.bordercolors(self, self['hull_background'])
   File "C:\Python36\lib\site-packages\Pmw\Pmw_2_0_1\lib\PmwColor.py",
line 359, in bordercolors
     '#%04x%04x%04x' % (lightRGB[0], lightRGB[1], lightRGB[2]),

Any solution?
Thanks in advance.
From
Vijay


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Reply via email to