command line - ImportError: No module named ...
https://askubuntu.com/questions/78026101.06.2016 · I am quite new to Robot Framework and I could use some help. I'm using Ubuntu 14. And I have installed Robot following these steps: # Python package management tool pip. sudo apt-get install python2.7-dev sudo apt-get install python-setuptools sudo apt-get install python-pip # wxPython sudo apt-get install python-wxgtk2.8 sudo apt-get install python-wxversion # …