So uh...help!
I get something like this:
Code:
Would you like to use a proxy?
	(y/n) n
Connection working.
Logging in
Traceback (most recent call last):

  File "C:\Python27\lib\site-packages\IPython\core\interactiveshell.py", line 2894, in run_code
    self.showtraceback()

  File "C:\Python27\lib\site-packages\IPython\core\interactiveshell.py", line 1756, in showtraceback
    value, tb, tb_offset=tb_offset)

  File "C:\Python27\lib\site-packages\IPython\core\ultratb.py", line 1190, in structured_traceback
    self, etype, value, tb, tb_offset, context)

  File "C:\Python27\lib\site-packages\IPython\core\ultratb.py", line 1107, in structured_traceback
    self, etype, value, elist, tb_offset, context

  File "C:\Python27\lib\site-packages\IPython\core\ultratb.py", line 501, in structured_traceback
    out_list.extend(self._format_list(elist))

  File "C:\Python27\lib\site-packages\IPython\core\ultratb.py", line 537, in _format_list
    Colors.name, name, Colors.Normal)

UnicodeDecodeError: 'ascii' codec can't decode byte 0xd7 in position 32: ordinal not in range(128)

I followed instructions, dunno what seems to be the problem.?

thanks!