浪模拟 发表于 2014-10-11 11:13:37

PYRX error

Error in : <bound method ChemicalTable.ConvertMolKit of <PyRx.traitedBabel.ChemicalTable; proxy of <Swig Object of type 'wxPanel *' at 0x16e01290> >>
Python 2.6.5 (r265:79096, Mar 19 2010, 21:48:26) on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> Traceback (most recent call last):
File "C:\Program Files\PyRx\lib\site-packages\PyRx\wxMainFrame.py", line 304, in TryCommand
    retObject = command(*args, **kw)
File "C:\Program Files\PyRx\lib\site-packages\PyRx\traitedBabel.py", line 275, in ConvertMolKit
    mol.atmNum = a
UnboundLocalError: local variable 'a' referenced before assignment
>>>
这是将导入到pyrx_openbabel中的分子convert pdbqt 时出现的,这是什么错误?

川大-灰太狼 发表于 2014-10-11 14:50:55

可能是你的分子格式有误,请仔细检查。
页: [1]
查看完整版本: PYRX error