Jatin Sethi

Results 2 comments of Jatin Sethi

Hi @mady143 Through this reference [link](https://stackoverflow.com/questions/28200366/python-3-x-importerror-no-module-named-cstringio), I was able to make progress. you can simply change the line: `from cStringIO import StringIO` to `from io import StringIO` for python3

I am facing this issue on Command Prompt, ConEmu and Babun as well. I have tried this on both 2.7 and 3.5.2 python versions ![image](https://user-images.githubusercontent.com/4889593/46117434-da2d2800-c21e-11e8-96f5-cca2779a75f1.png)