ognqn.chikov, rsiegel, it’s working now, thank you both. It seems that the trick was this command, sudo apt-get install python3
So, what worked for me was to install Jessi Lite and then execute the following commands:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get install python3
sudo apt-get -f install
It seems that it’s allergic to Python3.4
Thank you all