Hello, I am an undergraduate studying molecular modeling.
I tried to install and use mgl tools and autodock vina, but when I deleted and reinstalled the program in the middle, the pdb and pdbqt files did not open.
The following errors continue to occur, how do I resolve them?
ERROR ***
Traceback (most recent call last):
File "C:\Program Files (x86)\MGLTools-1.5.7\lib\site-packages\ViewerFramework\VF.py", line 941, in tryto
result = command( *args, kw )
File "C:\Program Files (x86)\MGLTools-1.5.7\lib\site-packages\Pmv\fileCommands.py", line 1192, in doit
newparser = PdbqtParser(filename, modelsAs=modelsAs)
File "C:\Program Files (x86)\MGLTools-1.5.7\lib\site-packages\MolKit\pdbParser.py", line 1882, in init
PdbqParser.init(self, filename, allLines, modelsAs=modelsAs)
File "C:\Program Files (x86)\MGLTools-1.5.7\lib\site-packages\MolKit\pdbParser.py", line 105, in init
MoleculeParser.init(self, filename, allLines)
File "C:\Program Files (x86)\MGLTools-1.5.7\lib\site-packages\MolKit\moleculeParser.py", line 36, in init
self.filename = str(filename)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 26-30: ordinal not in range(128)
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Program Files (x86)\MGLTools-1.5.7\lib\lib-tk\Tkinter.py", line 1410, in call
return self.func(*args)
File "C:\Program Files (x86)\MGLTools-1.5.7\lib\site-packages\Pmv\fileCommands.py", line 614, in guiCallback
mols.data.extend(mol.data)
AttributeError: 'str' object has no attribute 'data'