Could not import the zenmapGUI.App module: \'No module named gtk\'. I checked in these directories:
/usr/local/bin
/usr/lib/python2.7
/usr/lib/python2.7/plat-x86_
I had the same issue when I tried to install zenmap. I had to install pygtk2/
py gobject-2/python-cairo
.
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-gtk2_2.24.0-5.1ubuntu2_amd64.deb
wget http://azure.archive.ubuntu.com/ubuntu/pool/universe/p/pygobject-2/python-gobject-2_2.28.6-14ubuntu1_amd64.deb
wget http://security.ubuntu.com/ubuntu/pool/universe/p/pycairo/python-cairo_1.16.2-2ubuntu2_amd64.deb
Then install them use dpkg -i
.