I got problems with importing tkinter after installing Python version 3.4.2 with pyenv. My system Python is version 2.7.6. I am using Ubuntu 14.04.
tkinter
pyenv
This problem seems to be solved now using the approach described in this post:
pyenv uninstall 3.4.2
sudo apt-get install tk-dev
pyenv install 3.4.2