To solve ImportError: No module named six error follow below methods.
ERROR LOG
ImportError: No module named six
Contents
How to solve ImportError: No module named six ?
Refer the given methods to solve the issue.
Solution:
$easy_install six
If you are using pip then try:
pip install six
Hope the above solution works.
Also read :
Python script to build Analog Clock in PyQt5
Python | MySQL Database Login Page GUI in Tkinter