skyscraper 发表于 2016-10-12 15:44:45

在Ubuntu上安装mgl的问题

想用linux系统做对接,安装后出现了错误。
打开adt后出现如下错误。
The _imaging C module is not installed


Welcome to Python Molecule Viewer!
Visit http://mgltools.scripps.edu/documentation to read latest documentation.

Resource file used to customize PMV: /home/skyscraper/.mgltools/1.5.6/Pmv/_pmvrc
Traceback (most recent call last):
File "/home/skyscraper/autodock/mgltools/MGLToolsPckgs/AutoDockTools/__init__.py", line 433, in runADT
    title=title, withShell= not interactive, verbose=False, gui=gui)
File "/home/skyscraper/autodock/mgltools/MGLToolsPckgs/Pmv/moleculeViewer.py", line 843, in __init__
    trapExceptions=trapExceptions)
File "/home/skyscraper/autodock/mgltools/MGLToolsPckgs/ViewerFramework/VF.py", line 372, in __init__
    verbose=verbose)
File "/home/skyscraper/autodock/mgltools/MGLToolsPckgs/ViewerFramework/VFGUI.py", line 331, in __init__
    self.collapsePhoto = ImageTk.PhotoImage(file=filename)
File "/home/skyscraper/autodock/mgltools/lib/python2.5/site-packages/PIL/ImageTk.py", line 116, in __init__
    self.paste(image)
File "/home/skyscraper/autodock/mgltools/lib/python2.5/site-packages/PIL/ImageTk.py", line 166, in paste
    im.load()
File "/home/skyscraper/autodock/mgltools/lib/python2.5/site-packages/PIL/ImageFile.py", line 155, in load
    self.load_prepare()
File "/home/skyscraper/autodock/mgltools/lib/python2.5/site-packages/PIL/PngImagePlugin.py", line 339, in load_prepare
    ImageFile.ImageFile.load_prepare(self)
File "/home/skyscraper/autodock/mgltools/lib/python2.5/site-packages/PIL/ImageFile.py", line 221, in load_prepare
    self.im = Image.core.new(self.mode, self.size)
File "/home/skyscraper/autodock/mgltools/lib/python2.5/site-packages/PIL/Image.py", line 35, in __getattr__
    raise ImportError("The _imaging C module is not installed")
ImportError: The _imaging C module is not installed
hit enter to continue

木子 发表于 2017-4-7 09:56:02

楼主您好,我现在在ubuntu下安装MGLTools也遇到同样的问题,不知道您是怎样解决的?
页: [1]
查看完整版本: 在Ubuntu上安装mgl的问题