I've write a simple script in python with pycharm. In this script I use tkinter. If I run the script in pycharm everything it's ok, but if I run the script using shell with command python script.py
I receive the error
ImportError: No module named tkinter