[Solved][Python] ModuleNotFoundError: No module named 'cStringIO'
Last Updated on 2020-10-20 by Clay
Introduction
This is a record of the error message that I have encountered: When learning a sample code provided on the Internet, it was no problem for them to use the code to cut the picture and save it in the clipboard, but when I used their sample, it show the following error message:
ModuleNotFoundError: No module named 'cStringIO'
It looks like I lacked the cStringIO module, and finally I found the answer on StackOverflow.
Read More »[Solved][Python] ModuleNotFoundError: No module named 'cStringIO'