ImportError: No module named gtk
Solution 1:
sudo apt-get install python-gtk2
should fix this. These are the python bindings for GTK, which is a graphical package used to build the GUI for software-center.
axi is something else entirely, try typing
sudo apt-get install afnix
into a terminal and see if that fixes it.