I had been trying to use PyMySQL on Ubuntu.
Recently I installed pymysql using both the pip and pip3. However, when I am using the import pymysql, it gives me the ImportError: No module named 'pymysql'
My operating system is Ubuntu 15.10 64-bit and using Python 3.5.
The same .py works on the Windows with Python 3.5, but not on the Ubuntu.