Hello Im trying to open ADT in Ubuntu but the console show me this problem:
Run ADT from /usr/lib/python2.7/dist-packages/AutoDockTools
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/AutoDockTools/__init__.py", line 429, in runADT
from Pmv.moleculeViewer import MoleculeViewer
File "/usr/lib/python2.7/dist-packages/Pmv/moleculeViewer.py", line 16, in
from MolKit.molecule import Atom, AtomSet, BondSet, Molecule , MoleculeSet
File "/usr/lib/python2.7/dist-packages/MolKit/molecule.py", line 26, in
from numpy.oldnumeric import sum, array, less_equal, take, nonzero, argsort
ImportError: No module named oldnumeric
hit enter to continue
I intalled this correctly using sudo synaptic line command
What is the problem?