Entering edit mode
8 months ago
Hi, I found this error, someone can help me please
UNL1 not in qkollua; charges set to 0.0
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\AutoDockTools\autostartCommands.py", line 964, in doit
ps = subprocess.Popen(args)
File "C:\Program Files (x86)\MGLTools-1.5.7\lib\subprocess.py", line 710, in __init__
errread, errwrite)
File "C:\Program Files (x86)\MGLTools-1.5.7\lib\subprocess.py", line 958, in _execute_child
startupinfo)
WindowsError: [Error 740] La operaciĆ³n solicitada requiere elevaciĆ³n
Please format your post using the code formatting button.
This seems like a permissions issue. You may need to launch your shell or this program with administrator privileges, though it's not really clear why that should be necessary or what the subprocess call is doing.
I'd contact the developers for more info.