I've recently tried using the Console module for python 2.7 on Windows XP, but found that it was poorly documented and would crash on my machine.
So, what I'm doing now is essentially writing my own module, but have come across this bump where I can't figure out how to set the console cursor to be invisible using ctypes.windll.kernel32
How would I go about doing this? (using standard modules with python 2.7 (hopefully just ctypes))