Thanks for the logs, I’m happy to help.
Generally when we’ve seen users with that Python 3.4.2 error this is resolved for by running these 5 commands (and answering yes to any prompts you get):
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get install python3.4
sudo apt-get -f install
I will add a caveat – we’ve seen a few people specifically with Zeros for whom that doesn’t do it, but let’s cross that bridge only if we get to it.