I am using Python 3.2.1 and I can\'t import the StringIO module. I use io.StringIO and it works, but I can\'t use it with numpy\'s
StringIO
io.StringIO
numpy
In my case I have used:
from io import StringIO